#213F37

Color #213F37 Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #213F37

Tints of Deep Teal #213F37

Color information

#213F37 (or 0x213F37) is unknown color: approx Deep Teal. HEX triplet: 21, 3F and 37. RGB value is (33,63,55). Sum of RGB (Red+Green+Blue) = 33+63+55=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 63 (25% from 255 or 41.72% from 151); Blue value is 55 (21.88% from 255 or 36.42% from 151); Max value from RGB is 63 - color contains mainly: green. Hex color #213F37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F37 is #DEC0C8. Grayscale: #353535. Windows color (decimal): -14598345 or 3620641. OLE color: 3620641.

HSL color Cylindrical-coordinate representation of color #213F37: hue angle of 164º degrees, saturation: 0.31, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #213F37 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.75.

Color convert

RGB336355-
CMYK0.4800.130.75
HSL164º31.25%18.82%-
HSV(B)164º47.62%24.71%-
XYZ3.094.154.25-
YUV53.12129.06113.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 63 (25% from 255) = 41.72%
BLUE value IS 55 (21.88% from 255) = 36.42%
R=21.85%
G=41.72%
B=36.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3363550.4800.130.7516431.2518.82
Hex213F37300D4Ba41f13
Octal417767600151132443723
Binary100001111111110111110000011011001011101001001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F37

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #213F37; }

 p { color: rgb(33,63,55); }

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

<style>
 a { background-color: #213F37; }

 a { background-color: rgb(33,63,55); }

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

<style>
 span { border-color: #213F37; }

 span { border-color: rgb(33,63,55); }

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