Html Css Color HEX #209F9E Java

📋 copy color: '#209F9E'

red 32 ◦ green 159 ◦ blue 158

#209F9E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #209F9E

Tints of Java #209F9E

RGB

 RED value IS 32 (12.89% from 255) = 9.17%

 GREEN value IS 159 (62.5% from 255) = 45.56%

 BLUE value IS 158 (62.11% from 255) = 45.27%

R = 9.17%
G = 45.56%
B = 45.27%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.01

 K value IS 0.38

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#209F9E (or 0x209F9E) is known color: Java. HEX triplet: 20, 9F and 9E. RGB value is (32,159,158). Sum of RGB (Red+Green+Blue) = 32+159+158=349 (46% of max value = 765). Red value is 32 (12.89% from 255 or 9.17% from 349); Green value is 159 (62.5% from 255 or 45.56% from 349); Blue value is 158 (62.11% from 255 or 45.27% from 349); Max value from RGB is 159 - color contains mainly: green. Hex color #209F9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209F9E is #DF6061. Grayscale: #787878. Windows color (decimal): -14639202 or 10395424. OLE color: 10395424.

HSL color Cylindrical-coordinate representation of color #209F9E: hue angle of 179.53º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #209F9E is Cyan = 0.80, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.38.

Color convert

RGB 32 159 158 -
CMYK 0.80 0 0.01 0.38
HSL 179.53º 0.66% 0.37% -
HSV(B) 179.53º 0.8% 0.62% -
XYZ 19.17 27.57 36.66 -
YUV 120.91 148.92 64.58 -
System Red Green Blue C M Y K H S L
Decimal 32 159 158 0.80 0 0.01 0.38 179.53 0.66 0.37
Hex 20 9F 9E 50 0 1 26 B4 42 25
Octal 40 237 236 120 0 1 46 264 102 45
Binary 100000 10011111 10011110 1010000 0 1 100110 10110100 1000010 100101

Color Harmonies of #209F9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209F9E

Black with #209F9E

Text Example


Text Example

White with #209F9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #209F9E; }

 p { color: rgb(32,159,158); }

 H1.HeaderClassName
 {
   color: #209F9E;
 }
 .AnyTagClassName
 {
   color: #209F9E;
 }
</style>

background-color css

<style>
 a { background-color: #209F9E; }

 a { background-color: rgb(32,159,158); }

 div.DivClassName
 {
   background-color: #209F9E;
 }
 .BgClassName
 {
   background-color: #209F9E;
 }
</style>

border-color css

<style>
 span { border-color: #209F9E; }

 span { border-color: rgb(32,159,158); }

 td.TdClassName
 {
   border-color: #209F9E;
 }
 .TagClassName
 {
   border-color: #209F9E;
 }
</style>