#209B8D

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

Shades of Java #209B8D

Tints of Java #209B8D

Color information

#209B8D (or 0x209B8D) is unknown color: approx Java. HEX triplet: 20, 9B and 8D. RGB value is (32,155,141). Sum of RGB (Red+Green+Blue) = 32+155+141=328 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.76% from 328); Green value is 155 (60.94% from 255 or 47.26% from 328); Blue value is 141 (55.47% from 255 or 42.99% from 328); Max value from RGB is 155 - color contains mainly: green. Hex color #209B8D is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209B8D is #DF6472. Grayscale: #747474. Windows color (decimal): -14640243 or 9280288. OLE color: 9280288.

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

Color convert

RGB32155141-
CMYK0.7900.090.39
HSL173.17º65.78%36.67%-
HSV(B)173.17º79.35%60.78%-
XYZ17.1225.6729.25-
YUV116.63141.7567.64-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.76%
GREEN value IS 155 (60.94% from 255) = 47.26%
BLUE value IS 141 (55.47% from 255) = 42.99%
R=9.76%
G=47.26%
B=42.99%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal321551410.7900.090.39173.1765.7836.67
Hex209B8D4F0927ad4225
Octal402332151170114725510245
Binary1000001001101110001101100111101001100111101011011000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209B8D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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