#20999E

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

Shades of Java #20999E

Tints of Java #20999E

Color information

#20999E (or 0x20999E) is unknown color: approx Java. HEX triplet: 20, 99 and 9E. RGB value is (32,153,158). Sum of RGB (Red+Green+Blue) = 32+153+158=343 (45% of max value = 765). Red value is 32 (12.89% from 255 or 9.33% from 343); Green value is 153 (60.16% from 255 or 44.61% from 343); Blue value is 158 (62.11% from 255 or 46.06% from 343); Max value from RGB is 158 - color contains mainly: blue. Hex color #20999E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #20999E is #DF6661. Grayscale: #757575. Windows color (decimal): -14640738 or 10393888. OLE color: 10393888.

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

Color convert

RGB32153158-
CMYK0.800.0300.38
HSL182.38º66.32%37.25%-
HSV(B)182.38º79.75%61.96%-
XYZ18.1625.5636.32-
YUV117.39150.9167.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 9.33%
GREEN value IS 153 (60.16% from 255) = 44.61%
BLUE value IS 158 (62.11% from 255) = 46.06%
R=9.33%
G=44.61%
B=46.06%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal321531580.800.0300.38182.3866.3237.25
Hex20999E503026b64225
Octal40231236120304626610245
Binary10000010011001100111101010000110100110101101101000010100101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #20999E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #20999E; }

 p { color: rgb(32,153,158); }

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

<style>
 a { background-color: #20999E; }

 a { background-color: rgb(32,153,158); }

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

<style>
 span { border-color: #20999E; }

 span { border-color: rgb(32,153,158); }

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