#206F76

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

Shades of Allports #206F76

Tints of Allports #206F76

Color information

#206F76 (or 0x206F76) is unknown color: approx Allports. HEX triplet: 20, 6F and 76. RGB value is (32,111,118). Sum of RGB (Red+Green+Blue) = 32+111+118=261 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.26% from 261); Green value is 111 (43.75% from 255 or 42.53% from 261); Blue value is 118 (46.48% from 255 or 45.21% from 261); Max value from RGB is 118 - color contains mainly: blue. Hex color #206F76 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F76 is #DF9089. Grayscale: #585858. Windows color (decimal): -14651530 or 7761696. OLE color: 7761696.

HSL color Cylindrical-coordinate representation of color #206F76: hue angle of 184.88º degrees, saturation: 0.57, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #206F76 is Cyan = 0.73, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB32111118-
CMYK0.730.0600.54
HSL184.88º57.33%29.41%-
HSV(B)184.88º72.88%46.27%-
XYZ9.5512.9819.14-
YUV88.18144.8387.93-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.26%
GREEN value IS 111 (43.75% from 255) = 42.53%
BLUE value IS 118 (46.48% from 255) = 45.21%
R=12.26%
G=42.53%
B=45.21%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal321111180.730.0600.54184.8857.3329.41
Hex206F76496036b9391d
Octal4015716611160662717135
Binary10000011011111110110100100111001101101011100111100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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