#206F74

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

Shades of Allports #206F74

Tints of Allports #206F74

Color information

#206F74 (or 0x206F74) is unknown color: approx Allports. HEX triplet: 20, 6F and 74. RGB value is (32,111,116). Sum of RGB (Red+Green+Blue) = 32+111+116=259 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.36% from 259); Green value is 111 (43.75% from 255 or 42.86% from 259); Blue value is 116 (45.70% from 255 or 44.79% from 259); Max value from RGB is 116 - color contains mainly: blue. Hex color #206F74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F74 is #DF908B. Grayscale: #575757. Windows color (decimal): -14651532 or 7630624. OLE color: 7630624.

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

Color convert

RGB32111116-
CMYK0.720.0400.55
HSL183.57º56.76%29.02%-
HSV(B)183.57º72.41%45.49%-
XYZ9.4312.9418.52-
YUV87.95143.8388.09-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.36%
GREEN value IS 111 (43.75% from 255) = 42.86%
BLUE value IS 116 (45.70% from 255) = 44.79%
R=12.36%
G=42.86%
B=44.79%

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
Decimal321111160.720.0400.55183.5756.7629.02
Hex206F74484037b8391d
Octal4015716411040672707135
Binary10000011011111110100100100010001101111011100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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