#206C72

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

Shades of Allports #206C72

Tints of Allports #206C72

Color information

#206C72 (or 0x206C72) is unknown color: approx Allports. HEX triplet: 20, 6C and 72. RGB value is (32,108,114). Sum of RGB (Red+Green+Blue) = 32+108+114=254 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.60% from 254); Green value is 108 (42.58% from 255 or 42.52% from 254); Blue value is 114 (44.92% from 255 or 44.88% from 254); Max value from RGB is 114 - color contains mainly: blue. Hex color #206C72 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206C72 is #DF938D. Grayscale: #555555. Windows color (decimal): -14652302 or 7498784. OLE color: 7498784.

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

Color convert

RGB32108114-
CMYK0.720.0500.55
HSL184.39º56.16%28.63%-
HSV(B)184.39º71.93%44.71%-
XYZ912.2517.81-
YUV85.96143.8289.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.60%
GREEN value IS 108 (42.58% from 255) = 42.52%
BLUE value IS 114 (44.92% from 255) = 44.88%
R=12.60%
G=42.52%
B=44.88%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.05
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal321081140.720.0500.55184.3956.1628.63
Hex206C72485037b8381d
Octal4015416211050672707035
Binary10000011011001110010100100010101101111011100011100011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206C72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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