#213D39

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

Shades of Deep Teal #213D39

Tints of Deep Teal #213D39

Color information

#213D39 (or 0x213D39) is unknown color: approx Deep Teal. HEX triplet: 21, 3D and 39. RGB value is (33,61,57). Sum of RGB (Red+Green+Blue) = 33+61+57=151 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.85% from 151); Green value is 61 (24.22% from 255 or 40.40% from 151); Blue value is 57 (22.66% from 255 or 37.75% from 151); Max value from RGB is 61 - color contains mainly: green. Hex color #213D39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D39 is #DEC2C6. Grayscale: #343434. Windows color (decimal): -14598855 or 3751201. OLE color: 3751201.

HSL color Cylindrical-coordinate representation of color #213D39: hue angle of 171.43º degrees, saturation: 0.3, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.24% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #213D39 is Cyan = 0.46, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.76.

Color convert

RGB336157-
CMYK0.4600.070.76
HSL171.43º29.79%18.43%-
HSV(B)171.43º45.9%23.92%-
XYZ3.033.964.47-
YUV52.17130.72114.33-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.85%
GREEN value IS 61 (24.22% from 255) = 40.40%
BLUE value IS 57 (22.66% from 255) = 37.75%
R=21.85%
G=40.40%
B=37.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal3361570.4600.070.76171.4329.7918.43
Hex213D392E074Cab1e12
Octal41757156071142533622
Binary10000111110111100110111001111001100101010111111010010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #213D39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,61,57); }

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

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

 a { background-color: rgb(33,61,57); }

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

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

 span { border-color: rgb(33,61,57); }

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