#208381

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

Shades of Atoll #208381

Tints of Atoll #208381

Color information

#208381 (or 0x208381) is unknown color: approx Atoll. HEX triplet: 20, 83 and 81. RGB value is (32,131,129). Sum of RGB (Red+Green+Blue) = 32+131+129=292 (38% of max value = 765). Red value is 32 (12.89% from 255 or 10.96% from 292); Green value is 131 (51.56% from 255 or 44.86% from 292); Blue value is 129 (50.78% from 255 or 44.18% from 292); Max value from RGB is 131 - color contains mainly: green. Hex color #208381 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #208381 is #DF7C7E. Grayscale: #656565. Windows color (decimal): -14646399 or 8487712. OLE color: 8487712.

HSL color Cylindrical-coordinate representation of color #208381: hue angle of 178.79º degrees, saturation: 0.61, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #208381 is Cyan = 0.76, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.49.

Color convert

RGB32131129-
CMYK0.7600.020.49
HSL178.79º60.74%31.96%-
HSV(B)178.79º75.57%51.37%-
XYZ12.6718.1223.6-
YUV101.17143.778.66-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 10.96%
GREEN value IS 131 (51.56% from 255) = 44.86%
BLUE value IS 129 (50.78% from 255) = 44.18%
R=10.96%
G=44.86%
B=44.18%

CMYK

C (Cyan) values IS 0.76
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal321311290.7600.020.49178.7960.7431.96
Hex2083814C0231b33d20
Octal4020320111402612637540
Binary1000001000001110000001100110001011000110110011111101100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #208381

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #208381; }

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

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

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

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

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

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

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

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