#209A9B

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

Shades of Java #209A9B

Tints of Java #209A9B

Color information

#209A9B (or 0x209A9B) is unknown color: approx Java. HEX triplet: 20, 9A and 9B. RGB value is (32,154,155). Sum of RGB (Red+Green+Blue) = 32+154+155=341 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.38% from 341); Green value is 154 (60.55% from 255 or 45.16% from 341); Blue value is 155 (60.94% from 255 or 45.45% from 341); Max value from RGB is 155 - color contains mainly: blue. Hex color #209A9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209A9B is #DF6564. Grayscale: #757575. Windows color (decimal): -14640485 or 10197536. OLE color: 10197536.

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

Color convert

RGB32154155-
CMYK0.790.0100.39
HSL180.49º65.78%36.67%-
HSV(B)180.49º79.35%60.78%-
XYZ18.0725.7835.04-
YUV117.64149.0866.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.38%
GREEN value IS 154 (60.55% from 255) = 45.16%
BLUE value IS 155 (60.94% from 255) = 45.45%
R=9.38%
G=45.16%
B=45.45%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal321541550.790.0100.39180.4965.7836.67
Hex209A9B4F1027b44225
Octal40232233117104726410245
Binary1000001001101010011011100111110100111101101001000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209A9B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,154,155); }

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

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

 a { background-color: rgb(32,154,155); }

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

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

 span { border-color: rgb(32,154,155); }

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