#206E74

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

Shades of Allports #206E74

Tints of Allports #206E74

Color information

#206E74 (or 0x206E74) is unknown color: approx Allports. HEX triplet: 20, 6E and 74. RGB value is (32,110,116). Sum of RGB (Red+Green+Blue) = 32+110+116=258 (34% of max value = 765). Red value is 32 (12.89% from 255 or 12.40% from 258); Green value is 110 (43.36% from 255 or 42.64% from 258); Blue value is 116 (45.70% from 255 or 44.96% from 258); Max value from RGB is 116 - color contains mainly: blue. Hex color #206E74 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206E74 is #DF918B. Grayscale: #575757. Windows color (decimal): -14651788 or 7630368. OLE color: 7630368.

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

Color convert

RGB32110116-
CMYK0.720.0500.55
HSL184.29º56.76%29.02%-
HSV(B)184.29º72.41%45.49%-
XYZ9.3212.7218.49-
YUV87.36144.1688.51-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.40%
GREEN value IS 110 (43.36% from 255) = 42.64%
BLUE value IS 116 (45.70% from 255) = 44.96%
R=12.40%
G=42.64%
B=44.96%

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
Decimal321101160.720.0500.55184.2956.7629.02
Hex206E74485037b8391d
Octal4015616411050672707135
Binary10000011011101110100100100010101101111011100011100111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206E74

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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