Html Css Color HEX #208388 Atoll

📋 copy color: '#208388'

red 32 ◦ green 131 ◦ blue 136

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

Shades of Atoll #208388

Tints of Atoll #208388

RGB

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

 GREEN value IS 131 (51.56% from 255) = 43.81%

 BLUE value IS 136 (53.52% from 255) = 45.48%

R = 10.7%
G = 43.81%
B = 45.48%

CMYK

 C value IS 0.76

 M value IS 0.04

 Y value IS 0

 K value IS 0.47

RGB Variations

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

Color information

#208388 (or 0x208388) is known color: Atoll. HEX triplet: 20, 83 and 88. RGB value is (32,131,136). Sum of RGB (Red+Green+Blue) = 32+131+136=299 (39% of max value = 765). Red value is 32 (12.89% from 255 or 10.70% from 299); Green value is 131 (51.56% from 255 or 43.81% from 299); Blue value is 136 (53.52% from 255 or 45.48% from 299); Max value from RGB is 136 - color contains mainly: blue. Hex color #208388 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208388 is #DF7C77. Grayscale: #656565. Windows color (decimal): -14646392 or 8946464. OLE color: 8946464.

HSL color Cylindrical-coordinate representation of color #208388: hue angle of 182.88º degrees, saturation: 0.62, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208388 is Cyan = 0.76, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.47.

Color convert

RGB 32 131 136 -
CMYK 0.76 0.04 0 0.47
HSL 182.88º 0.62% 0.33% -
HSV(B) 182.88º 0.76% 0.53% -
XYZ 13.16 18.32 26.13 -
YUV 101.97 147.2 78.09 -
System Red Green Blue C M Y K H S L
Decimal 32 131 136 0.76 0.04 0 0.47 182.88 0.62 0.33
Hex 20 83 88 4C 4 0 2F B7 3E 21
Octal 40 203 210 114 4 0 57 267 76 41
Binary 100000 10000011 10001000 1001100 100 0 101111 10110111 111110 100001

Color Harmonies of #208388

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #208388

Black with #208388

Text Example


Text Example

White with #208388

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #208388; }

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

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

background-color css

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

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

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

border-color css

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

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

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