#208B92

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

Shades of Java #208B92

Tints of Java #208B92

Color information

#208B92 (or 0x208B92) is unknown color: approx Java. HEX triplet: 20, 8B and 92. RGB value is (32,139,146). Sum of RGB (Red+Green+Blue) = 32+139+146=317 (41% of max value = 765). Red value is 32 (12.89% from 255 or 10.09% from 317); Green value is 139 (54.69% from 255 or 43.85% from 317); Blue value is 146 (57.42% from 255 or 46.06% from 317); Max value from RGB is 146 - color contains mainly: blue. Hex color #208B92 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208B92 is #DF746D. Grayscale: #6B6B6B. Windows color (decimal): -14644334 or 9603872. OLE color: 9603872.

HSL color Cylindrical-coordinate representation of color #208B92: hue angle of 183.68º 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 #208B92 is Cyan = 0.78, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB32139146-
CMYK0.780.0500.43
HSL183.68º64.04%34.9%-
HSV(B)183.68º78.08%57.25%-
XYZ15.0220.8530.43-
YUV107.8149.5573.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.09%
GREEN value IS 139 (54.69% from 255) = 43.85%
BLUE value IS 146 (57.42% from 255) = 46.06%
R=10.09%
G=43.85%
B=46.06%

CMYK

C (Cyan) values IS 0.78
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal321391460.780.0500.43183.6864.0434.9
Hex208B924E502Bb84023
Octal40213222116505327010043
Binary100000100010111001001010011101010101011101110001000000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208B92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208B92; }

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

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

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

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

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

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

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

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