#208992

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

Shades of Java #208992

Tints of Java #208992

Color information

#208992 (or 0x208992) is unknown color: approx Java. HEX triplet: 20, 89 and 92. RGB value is (32,137,146). Sum of RGB (Red+Green+Blue) = 32+137+146=315 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.16% from 315); Green value is 137 (53.91% from 255 or 43.49% from 315); Blue value is 146 (57.42% from 255 or 46.35% from 315); Max value from RGB is 146 - color contains mainly: blue. Hex color #208992 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208992 is #DF766D. Grayscale: #6A6A6A. Windows color (decimal): -14644846 or 9603360. OLE color: 9603360.

HSL color Cylindrical-coordinate representation of color #208992: hue angle of 184.74º degrees, saturation: 0.64, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #208992 is Cyan = 0.78, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB32137146-
CMYK0.780.0600.43
HSL184.74º64.04%34.9%-
HSV(B)184.74º78.08%57.25%-
XYZ14.7320.2730.33-
YUV106.63150.2174.77-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.16%
GREEN value IS 137 (53.91% from 255) = 43.49%
BLUE value IS 146 (57.42% from 255) = 46.35%
R=10.16%
G=43.49%
B=46.35%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal321371460.780.0600.43184.7464.0434.9
Hex2089924E602Bb94023
Octal40211222116605327110043
Binary100000100010011001001010011101100101011101110011000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208992

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208992; }

 p { color: rgb(32,137,146); }

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

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

 a { background-color: rgb(32,137,146); }

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

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

 span { border-color: rgb(32,137,146); }

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