Html Css Color HEX #208B89 Java

📋 copy color: '#208B89'

red 32 ◦ green 139 ◦ blue 137

#208B89
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Java #208B89

Tints of Java #208B89

RGB

 RED value IS 32 (12.89% from 255) = 10.39%

 GREEN value IS 139 (54.69% from 255) = 45.13%

 BLUE value IS 137 (53.91% from 255) = 44.48%

R = 10.39%
G = 45.13%
B = 44.48%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.01

 K value IS 0.45

RGB Variations

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

Color information

#208B89 (or 0x208B89) is known color: Java. HEX triplet: 20, 8B and 89. RGB value is (32,139,137). Sum of RGB (Red+Green+Blue) = 32+139+137=308 (40% of max value = 765). Red value is 32 (12.89% from 255 or 10.39% from 308); Green value is 139 (54.69% from 255 or 45.13% from 308); Blue value is 137 (53.91% from 255 or 44.48% from 308); Max value from RGB is 139 - color contains mainly: green. Hex color #208B89 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208B89 is #DF7476. Grayscale: #6A6A6A. Windows color (decimal): -14644343 or 9014048. OLE color: 9014048.

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

Color convert

RGB 32 139 137 -
CMYK 0.77 0 0.01 0.45
HSL 178.88º 0.63% 0.34% -
HSV(B) 178.88º 0.77% 0.55% -
XYZ 14.34 20.58 26.88 -
YUV 106.78 145.05 74.66 -
System Red Green Blue C M Y K H S L
Decimal 32 139 137 0.77 0 0.01 0.45 178.88 0.63 0.34
Hex 20 8B 89 4D 0 1 2D B3 3F 22
Octal 40 213 211 115 0 1 55 263 77 42
Binary 100000 10001011 10001001 1001101 0 1 101101 10110011 111111 100010

Color Harmonies of #208B89

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208B89

Black with #208B89

Text Example


Text Example

White with #208B89

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #208B89;
 }
 .AnyTagClassName
 {
   color: #208B89;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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