#208A8B

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

Shades of Java #208A8B

Tints of Java #208A8B

Color information

#208A8B (or 0x208A8B) is unknown color: approx Java. HEX triplet: 20, 8A and 8B. RGB value is (32,138,139). Sum of RGB (Red+Green+Blue) = 32+138+139=309 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.36% from 309); Green value is 138 (54.30% from 255 or 44.66% from 309); Blue value is 139 (54.69% from 255 or 44.98% from 309); Max value from RGB is 139 - color contains mainly: blue. Hex color #208A8B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208A8B is #DF7574. Grayscale: #6A6A6A. Windows color (decimal): -14644597 or 9144864. OLE color: 9144864.

HSL color Cylindrical-coordinate representation of color #208A8B: hue angle of 180.56º 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 #208A8B is Cyan = 0.77, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.45.

Color convert

RGB32138139-
CMYK0.770.0100.45
HSL180.56º62.57%33.53%-
HSV(B)180.56º76.98%54.51%-
XYZ14.3420.3527.6-
YUV106.42146.3874.92-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.36%
GREEN value IS 138 (54.30% from 255) = 44.66%
BLUE value IS 139 (54.69% from 255) = 44.98%
R=10.36%
G=44.66%
B=44.98%

CMYK

C (Cyan) values IS 0.77
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal321381390.770.0100.45180.5662.5733.53
Hex208A8B4D102Db53f22
Octal4021221311510552657742
Binary100000100010101000101110011011010110110110101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208A8B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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