#209C8F

Color #209C8F Java (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Java #209C8F

Tints of Java #209C8F

Color information

#209C8F (or 0x209C8F) is unknown color: approx Java. HEX triplet: 20, 9C and 8F. RGB value is (32,156,143). Sum of RGB (Red+Green+Blue) = 32+156+143=331 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.67% from 331); Green value is 156 (61.33% from 255 or 47.13% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 156 - color contains mainly: green. Hex color #209C8F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209C8F is #DF6370. Grayscale: #757575. Windows color (decimal): -14639985 or 9411616. OLE color: 9411616.

HSL color Cylindrical-coordinate representation of color #209C8F: hue angle of 173.71º 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 #209C8F is Cyan = 0.79, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.39.

Color convert

RGB32156143-
CMYK0.7900.080.39
HSL173.71º65.96%36.86%-
HSV(B)173.71º79.49%61.18%-
XYZ17.4426.0730.1-
YUV117.44142.4267.06-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.67%
GREEN value IS 156 (61.33% from 255) = 47.13%
BLUE value IS 143 (56.25% from 255) = 43.20%
R=9.67%
G=47.13%
B=43.20%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal321561430.7900.080.39173.7165.9636.86
Hex209C8F4F0827ae4225
Octal402342171170104725610245
Binary1000001001110010001111100111101000100111101011101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209C8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #209C8F;
 }
 .AnyTagClassName
 {
   color: #209C8F;
 }
</style>
background-color css

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

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

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

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

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

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