#206E72

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

Shades of Allports #206E72

Tints of Allports #206E72

Color information

#206E72 (or 0x206E72) is unknown color: approx Allports. HEX triplet: 20, 6E and 72. RGB value is (32,110,114). Sum of RGB (Red+Green+Blue) = 32+110+114=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 110 (43.36% from 255 or 42.97% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 114 - color contains mainly: blue. Hex color #206E72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206E72 is #DF918D. Grayscale: #575757. Windows color (decimal): -14651790 or 7499296. OLE color: 7499296.

HSL color Cylindrical-coordinate representation of color #206E72: hue angle of 182.93º 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 #206E72 is Cyan = 0.72, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB32110114-
CMYK0.720.0400.55
HSL182.93º56.16%28.63%-
HSV(B)182.93º71.93%44.71%-
XYZ9.2112.6717.88-
YUV87.13143.1688.67-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.5%
GREEN value IS 110 (43.36% from 255) = 42.97%
BLUE value IS 114 (44.92% from 255) = 44.53%
R=12.5%
G=42.97%
B=44.53%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321101140.720.0400.55182.9356.1628.63
Hex206E72484037b7381d
Octal4015616211040672677035
Binary10000011011101110010100100010001101111011011111100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206E72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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