Html Css Color HEX #213D37 Deep Teal

📋 copy color: '#213D37'

red 33 ◦ green 61 ◦ blue 55

#213D37
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Deep Teal #213D37

Tints of Deep Teal #213D37

RGB

 RED value IS 33 (13.28% from 255) = 22.15%

 GREEN value IS 61 (24.22% from 255) = 40.94%

 BLUE value IS 55 (21.88% from 255) = 36.91%

R = 22.15%
G = 40.94%
B = 36.91%

CMYK

 C value IS 0.46

 M value IS 0

 Y value IS 0.10

 K value IS 0.76

RGB Variations

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

Color information

#213D37 (or 0x213D37) is known color: Deep Teal. HEX triplet: 21, 3D and 37. RGB value is (33,61,55). Sum of RGB (Red+Green+Blue) = 33+61+55=149 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.15% from 149); Green value is 61 (24.22% from 255 or 40.94% from 149); Blue value is 55 (21.88% from 255 or 36.91% from 149); Max value from RGB is 61 - color contains mainly: green. Hex color #213D37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213D37 is #DEC2C8. Grayscale: #333333. Windows color (decimal): -14598857 or 3620129. OLE color: 3620129.

HSL color Cylindrical-coordinate representation of color #213D37: hue angle of 167.14º 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 #213D37 is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.76.

Color convert

RGB 33 61 55 -
CMYK 0.46 0 0.10 0.76
HSL 167.14º 0.3% 0.18% -
HSV(B) 167.14º 0.46% 0.24% -
XYZ 2.99 3.94 4.22 -
YUV 51.94 129.72 114.49 -
System Red Green Blue C M Y K H S L
Decimal 33 61 55 0.46 0 0.10 0.76 167.14 0.3 0.18
Hex 21 3D 37 2E 0 A 4C A7 1E 12
Octal 41 75 67 56 0 12 114 247 36 22
Binary 100001 111101 110111 101110 0 1010 1001100 10100111 11110 10010

Color Harmonies of #213D37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213D37

Black with #213D37

Text Example


Text Example

White with #213D37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #213D37;
 }
 .AnyTagClassName
 {
   color: #213D37;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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