Html Css Color HEX #213C37 Deep Teal

📋 copy color: '#213C37'

red 33 ◦ green 60 ◦ blue 55

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

Shades of Deep Teal #213C37

Tints of Deep Teal #213C37

RGB

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

 GREEN value IS 60 (23.83% from 255) = 40.54%

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

R = 22.3%
G = 40.54%
B = 37.16%

CMYK

 C value IS 0.45

 M value IS 0

 Y value IS 0.08

 K value IS 0.76

RGB Variations

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

Color information

#213C37 (or 0x213C37) is known color: Deep Teal. HEX triplet: 21, 3C and 37. RGB value is (33,60,55). Sum of RGB (Red+Green+Blue) = 33+60+55=148 (19% of max value = 765). Red value is 33 (13.28% from 255 or 22.30% from 148); Green value is 60 (23.83% from 255 or 40.54% from 148); Blue value is 55 (21.88% from 255 or 37.16% from 148); Max value from RGB is 60 - color contains mainly: green. Hex color #213C37 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213C37 is #DEC3C8. Grayscale: #333333. Windows color (decimal): -14599113 or 3619873. OLE color: 3619873.

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

Color convert

RGB 33 60 55 -
CMYK 0.45 0 0.08 0.76
HSL 168.89º 0.29% 0.18% -
HSV(B) 168.89º 0.45% 0.24% -
XYZ 2.93 3.83 4.2 -
YUV 51.36 130.05 114.91 -
System Red Green Blue C M Y K H S L
Decimal 33 60 55 0.45 0 0.08 0.76 168.89 0.29 0.18
Hex 21 3C 37 2D 0 8 4C A9 1D 12
Octal 41 74 67 55 0 10 114 251 35 22
Binary 100001 111100 110111 101101 0 1000 1001100 10101001 11101 10010

Color Harmonies of #213C37

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213C37

Black with #213C37

Text Example


Text Example

White with #213C37

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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