#206F71

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

Shades of Elm #206F71

Tints of Elm #206F71

Color information

#206F71 (or 0x206F71) is unknown color: approx Elm. HEX triplet: 20, 6F and 71. RGB value is (32,111,113). Sum of RGB (Red+Green+Blue) = 32+111+113=256 (33% of max value = 765). Red value is 32 (12.89% from 255 or 12.5% from 256); Green value is 111 (43.75% from 255 or 43.36% from 256); Blue value is 113 (44.53% from 255 or 44.14% from 256); Max value from RGB is 113 - color contains mainly: blue. Hex color #206F71 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #206F71 is #DF908E. Grayscale: #575757. Windows color (decimal): -14651535 or 7434016. OLE color: 7434016.

HSL color Cylindrical-coordinate representation of color #206F71: hue angle of 181.48º degrees, saturation: 0.56, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #206F71 is Cyan = 0.72, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB32111113-
CMYK0.720.0200.56
HSL181.48º55.86%28.43%-
HSV(B)181.48º71.68%44.31%-
XYZ9.2612.8717.62-
YUV87.61142.3388.34-

RGB Variations

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

RGB

RED value IS 32 (12.89% from 255) = 12.5%
GREEN value IS 111 (43.75% from 255) = 43.36%
BLUE value IS 113 (44.53% from 255) = 44.14%
R=12.5%
G=43.36%
B=44.14%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal321111130.720.0200.56181.4855.8628.43
Hex206F71482038b5381c
Octal4015716111020702657034
Binary1000001101111111000110010001001110001011010111100011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #206F71

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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