#206D70

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

Shades of Atoll #206D70

Tints of Atoll #206D70

Color information

#206D70 (or 0x206D70) is unknown color: approx Atoll. HEX triplet: 20, 6D and 70. RGB value is (32,109,112). Sum of RGB (Red+Green+Blue) = 32+109+112=253 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.65% from 253); Green value is 109 (42.97% from 255 or 43.08% from 253); Blue value is 112 (44.14% from 255 or 44.27% from 253); Max value from RGB is 112 - color contains mainly: blue. Hex color #206D70 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206D70 is #DF928F. Grayscale: #565656. Windows color (decimal): -14652048 or 7367968. OLE color: 7367968.

HSL color Cylindrical-coordinate representation of color #206D70: hue angle of 182.25º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #206D70 is Cyan = 0.71, Magento = 0.03, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB32109112-
CMYK0.710.0300.56
HSL182.25º55.56%28.24%-
HSV(B)182.25º71.43%43.92%-
XYZ8.9912.4117.25-
YUV86.32142.4989.26-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.65%
GREEN value IS 109 (42.97% from 255) = 43.08%
BLUE value IS 112 (44.14% from 255) = 44.27%
R=12.65%
G=43.08%
B=44.27%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal321091120.710.0300.56182.2555.5628.24
Hex206D70473038b6381c
Octal4015516010730702667034
Binary1000001101101111000010001111101110001011011011100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206D70

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(32,109,112); }

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

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

 a { background-color: rgb(32,109,112); }

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

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

 span { border-color: rgb(32,109,112); }

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