#216F6B

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

Shades of Elm #216F6B

Tints of Elm #216F6B

Color information

#216F6B (or 0x216F6B) is unknown color: approx Elm. HEX triplet: 21, 6F and 6B. RGB value is (33,111,107). Sum of RGB (Red+Green+Blue) = 33+111+107=251 (33% of max value = 765). Red value is 33 (13.28% from 255 or 13.15% from 251); Green value is 111 (43.75% from 255 or 44.22% from 251); Blue value is 107 (42.19% from 255 or 42.63% from 251); Max value from RGB is 111 - color contains mainly: green. Hex color #216F6B is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #216F6B is #DE9094. Grayscale: #575757. Windows color (decimal): -14586005 or 7040801. OLE color: 7040801.

HSL color Cylindrical-coordinate representation of color #216F6B: hue angle of 176.92º degrees, saturation: 0.54, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #216F6B is Cyan = 0.70, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.56.

Color convert

RGB33111107-
CMYK0.7000.040.56
HSL176.92º54.17%28.24%-
HSV(B)176.92º70.27%43.53%-
XYZ8.9712.7515.9-
YUV87.22139.1689.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 13.15%
GREEN value IS 111 (43.75% from 255) = 44.22%
BLUE value IS 107 (42.19% from 255) = 42.63%
R=13.15%
G=44.22%
B=42.63%

CMYK

C (Cyan) values IS 0.70
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal331111070.7000.040.56176.9254.1728.24
Hex216F6B460438b1361c
Octal4115715310604702616634
Binary10000111011111101011100011001001110001011000111011011100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #216F6B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #216F6B; }

 p { color: rgb(33,111,107); }

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

<style>
 a { background-color: #216F6B; }

 a { background-color: rgb(33,111,107); }

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

<style>
 span { border-color: #216F6B; }

 span { border-color: rgb(33,111,107); }

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