#213F3B

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

Shades of Deep Teal #213F3B

Tints of Deep Teal #213F3B

Color information

#213F3B (or 0x213F3B) is unknown color: approx Deep Teal. HEX triplet: 21, 3F and 3B. RGB value is (33,63,59). Sum of RGB (Red+Green+Blue) = 33+63+59=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 63 (25% from 255 or 40.65% from 155); Blue value is 59 (23.44% from 255 or 38.06% from 155); Max value from RGB is 63 - color contains mainly: green. Hex color #213F3B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213F3B is #DEC0C4. Grayscale: #353535. Windows color (decimal): -14598341 or 3882785. OLE color: 3882785.

HSL color Cylindrical-coordinate representation of color #213F3B: hue angle of 172º 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 #213F3B is Cyan = 0.48, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.75.

Color convert

RGB336359-
CMYK0.4800.060.75
HSL172º31.25%18.82%-
HSV(B)172º47.62%24.71%-
XYZ3.194.194.78-
YUV53.57131.06113.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.29%
GREEN value IS 63 (25% from 255) = 40.65%
BLUE value IS 59 (23.44% from 255) = 38.06%
R=21.29%
G=40.65%
B=38.06%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3363590.4800.060.7517231.2518.82
Hex213F3B30064Bac1f13
Octal41777360061132543723
Binary10000111111111101111000001101001011101011001111110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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