Html Css Color HEX #208D97 Java

📋 copy color: '#208D97'

red 32 ◦ green 141 ◦ blue 151

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

Shades of Java #208D97

Tints of Java #208D97

RGB

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

 GREEN value IS 141 (55.47% from 255) = 43.52%

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

R = 9.88%
G = 43.52%
B = 46.6%

CMYK

 C value IS 0.79

 M value IS 0.07

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#208D97 (or 0x208D97) is known color: Java. HEX triplet: 20, 8D and 97. RGB value is (32,141,151). Sum of RGB (Red+Green+Blue) = 32+141+151=324 (42% of max value = 765). Red value is 32 (12.89% from 255 or 9.88% from 324); Green value is 141 (55.47% from 255 or 43.52% from 324); Blue value is 151 (59.38% from 255 or 46.60% from 324); Max value from RGB is 151 - color contains mainly: blue. Hex color #208D97 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208D97 is #DF7268. Grayscale: #6D6D6D. Windows color (decimal): -14643817 or 9932064. OLE color: 9932064.

HSL color Cylindrical-coordinate representation of color #208D97: hue angle of 185.04º 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 #208D97 is Cyan = 0.79, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 32 141 151 -
CMYK 0.79 0.07 0 0.41
HSL 185.04º 0.65% 0.36% -
HSV(B) 185.04º 0.79% 0.59% -
XYZ 15.71 21.59 32.62 -
YUV 109.55 151.39 72.69 -
System Red Green Blue C M Y K H S L
Decimal 32 141 151 0.79 0.07 0 0.41 185.04 0.65 0.36
Hex 20 8D 97 4F 7 0 29 B9 41 24
Octal 40 215 227 117 7 0 51 271 101 44
Binary 100000 10001101 10010111 1001111 111 0 101001 10111001 1000001 100100

Color Harmonies of #208D97

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208D97

Black with #208D97

Text Example


Text Example

White with #208D97

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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