#206F72

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

Shades of Atoll #206F72

Tints of Atoll #206F72

Color information

#206F72 (or 0x206F72) is unknown color: approx Atoll. HEX triplet: 20, 6F and 72. RGB value is (32,111,114). Sum of RGB (Red+Green+Blue) = 32+111+114=257 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.45% from 257); Green value is 111 (43.75% from 255 or 43.19% from 257); Blue value is 114 (44.92% from 255 or 44.36% from 257); Max value from RGB is 114 - color contains mainly: blue. Hex color #206F72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F72 is #DF908D. Grayscale: #575757. Windows color (decimal): -14651534 or 7499552. OLE color: 7499552.

HSL color Cylindrical-coordinate representation of color #206F72: hue angle of 182.2º degrees, saturation: 0.56, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #206F72 is Cyan = 0.72, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB32111114-
CMYK0.720.0300.55
HSL182.2º56.16%28.63%-
HSV(B)182.2º71.93%44.71%-
XYZ9.3212.8917.92-
YUV87.72142.8388.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.45%
GREEN value IS 111 (43.75% from 255) = 43.19%
BLUE value IS 114 (44.92% from 255) = 44.36%
R=12.45%
G=43.19%
B=44.36%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321111140.720.0300.55182.256.1628.63
Hex206F72483037b6381d
Octal4015716211030672667035
Binary1000001101111111001010010001101101111011011011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #206F72; }

 p { color: rgb(32,111,114); }

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

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

 a { background-color: rgb(32,111,114); }

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

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

 span { border-color: rgb(32,111,114); }

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