#209F94

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

Shades of Java #209F94

Tints of Java #209F94

Color information

#209F94 (or 0x209F94) is unknown color: approx Java. HEX triplet: 20, 9F and 94. RGB value is (32,159,148). Sum of RGB (Red+Green+Blue) = 32+159+148=339 (44% of max value = 765). Red value is 32 (12.89% from 255 or 9.44% from 339); Green value is 159 (62.5% from 255 or 46.90% from 339); Blue value is 148 (58.20% from 255 or 43.66% from 339); Max value from RGB is 159 - color contains mainly: green. Hex color #209F94 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #209F94 is #DF606B. Grayscale: #777777. Windows color (decimal): -14639212 or 9740064. OLE color: 9740064.

HSL color Cylindrical-coordinate representation of color #209F94: hue angle of 174.8º 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 #209F94 is Cyan = 0.80, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.38.

Color convert

RGB32159148-
CMYK0.8000.070.38
HSL174.8º66.49%37.45%-
HSV(B)174.8º79.87%62.35%-
XYZ18.3427.2432.31-
YUV119.77143.9265.39-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.44%
GREEN value IS 159 (62.5% from 255) = 46.90%
BLUE value IS 148 (58.20% from 255) = 43.66%
R=9.44%
G=46.90%
B=43.66%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321591480.8000.070.38174.866.4937.45
Hex209F94500726af4225
Octal40237224120074625710245
Binary100000100111111001010010100000111100110101011111000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #209F94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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