#207576

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

Shades of Atoll #207576

Tints of Atoll #207576

Color information

#207576 (or 0x207576) is unknown color: approx Atoll. HEX triplet: 20, 75 and 76. RGB value is (32,117,118). Sum of RGB (Red+Green+Blue) = 32+117+118=267 (35% of max value = 765). Red value is 32 (12.89% from 255 or 11.99% from 267); Green value is 117 (46.09% from 255 or 43.82% from 267); Blue value is 118 (46.48% from 255 or 44.19% from 267); Max value from RGB is 118 - color contains mainly: blue. Hex color #207576 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #207576 is #DF8A89. Grayscale: #5B5B5B. Windows color (decimal): -14649994 or 7763232. OLE color: 7763232.

HSL color Cylindrical-coordinate representation of color #207576: hue angle of 180.7º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #207576 is Cyan = 0.73, Magento = 0.01, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB32117118-
CMYK0.730.0100.54
HSL180.7º57.33%29.41%-
HSV(B)180.7º72.88%46.27%-
XYZ10.2314.3419.37-
YUV91.7142.8485.42-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 11.99%
GREEN value IS 117 (46.09% from 255) = 43.82%
BLUE value IS 118 (46.48% from 255) = 44.19%
R=11.99%
G=43.82%
B=44.19%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.01
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal321171180.730.0100.54180.757.3329.41
Hex207576491036b5391d
Octal4016516611110662657135
Binary100000111010111101101001001101101101011010111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #207576

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #207576; }

 p { color: rgb(32,117,118); }

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

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

 a { background-color: rgb(32,117,118); }

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

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

 span { border-color: rgb(32,117,118); }

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