#208B88

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

Shades of Java #208B88

Tints of Java #208B88

Color information

#208B88 (or 0x208B88) is unknown color: approx Java. HEX triplet: 20, 8B and 88. RGB value is (32,139,136). Sum of RGB (Red+Green+Blue) = 32+139+136=307 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.42% from 307); Green value is 139 (54.69% from 255 or 45.28% from 307); Blue value is 136 (53.52% from 255 or 44.30% from 307); Max value from RGB is 139 - color contains mainly: green. Hex color #208B88 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208B88 is #DF7477. Grayscale: #6A6A6A. Windows color (decimal): -14644344 or 8948512. OLE color: 8948512.

HSL color Cylindrical-coordinate representation of color #208B88: hue angle of 178.32º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #208B88 is Cyan = 0.77, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.45.

Color convert

RGB32139136-
CMYK0.7700.020.45
HSL178.32º62.57%33.53%-
HSV(B)178.32º76.98%54.51%-
XYZ14.2720.5526.51-
YUV106.66144.5574.74-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.42%
GREEN value IS 139 (54.69% from 255) = 45.28%
BLUE value IS 136 (53.52% from 255) = 44.30%
R=10.42%
G=45.28%
B=44.30%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal321391360.7700.020.45178.3262.5733.53
Hex208B884D022Db23f22
Octal4021321011502552627742
Binary1000001000101110001000100110101010110110110010111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208B88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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