Html Css Color HEX #209C8E Java

📋 copy color: '#209C8E'

red 32 ◦ green 156 ◦ blue 142

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

Shades of Java #209C8E

Tints of Java #209C8E

RGB

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

 GREEN value IS 156 (61.33% from 255) = 47.27%

 BLUE value IS 142 (55.86% from 255) = 43.03%

R = 9.7%
G = 47.27%
B = 43.03%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.09

 K value IS 0.39

RGB Variations

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

Color information

#209C8E (or 0x209C8E) is known color: Java. HEX triplet: 20, 9C and 8E. RGB value is (32,156,142). Sum of RGB (Red+Green+Blue) = 32+156+142=330 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.70% from 330); Green value is 156 (61.33% from 255 or 47.27% from 330); Blue value is 142 (55.86% from 255 or 43.03% from 330); Max value from RGB is 156 - color contains mainly: green. Hex color #209C8E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209C8E is #DF6371. Grayscale: #757575. Windows color (decimal): -14639986 or 9346080. OLE color: 9346080.

HSL color Cylindrical-coordinate representation of color #209C8E: hue angle of 173.23º degrees, saturation: 0.66, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #209C8E is Cyan = 0.79, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.39.

Color convert

RGB 32 156 142 -
CMYK 0.79 0 0.09 0.39
HSL 173.23º 0.66% 0.37% -
HSV(B) 173.23º 0.79% 0.61% -
XYZ 17.37 26.04 29.7 -
YUV 117.33 141.92 67.14 -
System Red Green Blue C M Y K H S L
Decimal 32 156 142 0.79 0 0.09 0.39 173.23 0.66 0.37
Hex 20 9C 8E 4F 0 9 27 AD 42 25
Octal 40 234 216 117 0 11 47 255 102 45
Binary 100000 10011100 10001110 1001111 0 1001 100111 10101101 1000010 100101

Color Harmonies of #209C8E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #209C8E

Black with #209C8E

Text Example


Text Example

White with #209C8E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,156,142); }

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

background-color css

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

 a { background-color: rgb(32,156,142); }

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

border-color css

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

 span { border-color: rgb(32,156,142); }

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