Html Css Color HEX #208E97 Java

📋 copy color: '#208E97'

red 32 ◦ green 142 ◦ blue 151

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

Shades of Java #208E97

Tints of Java #208E97

RGB

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

 GREEN value IS 142 (55.86% from 255) = 43.69%

 BLUE value IS 151 (59.38% from 255) = 46.46%

R = 9.85%
G = 43.69%
B = 46.46%

CMYK

 C value IS 0.79

 M value IS 0.06

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#208E97 (or 0x208E97) is known color: Java. HEX triplet: 20, 8E and 97. RGB value is (32,142,151). Sum of RGB (Red+Green+Blue) = 32+142+151=325 (43% of max value = 765). Red value is 32 (12.89% from 255 or 9.85% from 325); Green value is 142 (55.86% from 255 or 43.69% from 325); Blue value is 151 (59.38% from 255 or 46.46% from 325); Max value from RGB is 151 - color contains mainly: blue. Hex color #208E97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208E97 is #DF7168. Grayscale: #6D6D6D. Windows color (decimal): -14643561 or 9932320. OLE color: 9932320.

HSL color Cylindrical-coordinate representation of color #208E97: hue angle of 184.54º degrees, saturation: 0.65, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #208E97 is Cyan = 0.79, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 32 142 151 -
CMYK 0.79 0.06 0 0.41
HSL 184.54º 0.65% 0.36% -
HSV(B) 184.54º 0.79% 0.59% -
XYZ 15.85 21.89 32.67 -
YUV 110.14 151.06 72.27 -
System Red Green Blue C M Y K H S L
Decimal 32 142 151 0.79 0.06 0 0.41 184.54 0.65 0.36
Hex 20 8E 97 4F 6 0 29 B9 41 24
Octal 40 216 227 117 6 0 51 271 101 44
Binary 100000 10001110 10010111 1001111 110 0 101001 10111001 1000001 100100

Color Harmonies of #208E97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208E97

Black with #208E97

Text Example


Text Example

White with #208E97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(32,142,151); }

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

background-color css

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

 a { background-color: rgb(32,142,151); }

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

border-color css

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

 span { border-color: rgb(32,142,151); }

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