#206A72

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

Shades of Allports #206A72

Tints of Allports #206A72

Color information

#206A72 (or 0x206A72) is unknown color: approx Allports. HEX triplet: 20, 6A and 72. RGB value is (32,106,114). Sum of RGB (Red+Green+Blue) = 32+106+114=252 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.70% from 252); Green value is 106 (41.80% from 255 or 42.06% from 252); Blue value is 114 (44.92% from 255 or 45.24% from 252); Max value from RGB is 114 - color contains mainly: blue. Hex color #206A72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206A72 is #DF958D. Grayscale: #545454. Windows color (decimal): -14652814 or 7498272. OLE color: 7498272.

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

Color convert

RGB32106114-
CMYK0.720.0700.55
HSL185.85º56.16%28.63%-
HSV(B)185.85º71.93%44.71%-
XYZ8.7911.8317.74-
YUV84.79144.4890.35-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.70%
GREEN value IS 106 (41.80% from 255) = 42.06%
BLUE value IS 114 (44.92% from 255) = 45.24%
R=12.70%
G=42.06%
B=45.24%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321061140.720.0700.55185.8556.1628.63
Hex206A72487037ba381d
Octal4015216211070672727035
Binary10000011010101110010100100011101101111011101011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206A72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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