#20908B

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

Shades of Java #20908B

Tints of Java #20908B

Color information

#20908B (or 0x20908B) is unknown color: approx Java. HEX triplet: 20, 90 and 8B. RGB value is (32,144,139). Sum of RGB (Red+Green+Blue) = 32+144+139=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 144 (56.64% from 255 or 45.71% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 144 - color contains mainly: green. Hex color #20908B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20908B is #DF6F74. Grayscale: #6D6D6D. Windows color (decimal): -14643061 or 9146400. OLE color: 9146400.

HSL color Cylindrical-coordinate representation of color #20908B: hue angle of 177.32º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #20908B is Cyan = 0.78, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.44.

Color convert

RGB32144139-
CMYK0.7800.030.44
HSL177.32º63.64%34.51%-
HSV(B)177.32º77.78%56.47%-
XYZ15.2322.1227.89-
YUV109.94144.3972.41-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.16%
GREEN value IS 144 (56.64% from 255) = 45.71%
BLUE value IS 139 (54.69% from 255) = 44.13%
R=10.16%
G=45.71%
B=44.13%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal321441390.7800.030.44177.3263.6434.51
Hex20908B4E032Cb14023
Octal40220213116035426110043
Binary10000010010000100010111001110011101100101100011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20908B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20908B; }

 p { color: rgb(32,144,139); }

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

<style>
 a { background-color: #20908B; }

 a { background-color: rgb(32,144,139); }

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

<style>
 span { border-color: #20908B; }

 span { border-color: rgb(32,144,139); }

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