Html Css Color HEX #213E39 Deep Teal

📋 copy color: '#213E39'

red 33 ◦ green 62 ◦ blue 57

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

Shades of Deep Teal #213E39

Tints of Deep Teal #213E39

RGB

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

 GREEN value IS 62 (24.61% from 255) = 40.79%

 BLUE value IS 57 (22.66% from 255) = 37.5%

R = 21.71%
G = 40.79%
B = 37.5%

CMYK

 C value IS 0.47

 M value IS 0

 Y value IS 0.08

 K value IS 0.76

RGB Variations

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

Color information

#213E39 (or 0x213E39) is known color: Deep Teal. HEX triplet: 21, 3E and 39. RGB value is (33,62,57). Sum of RGB (Red+Green+Blue) = 33+62+57=152 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.71% from 152); Green value is 62 (24.61% from 255 or 40.79% from 152); Blue value is 57 (22.66% from 255 or 37.5% from 152); Max value from RGB is 62 - color contains mainly: green. Hex color #213E39 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #213E39 is #DEC1C6. Grayscale: #343434. Windows color (decimal): -14598599 or 3751457. OLE color: 3751457.

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

Color convert

RGB 33 62 57 -
CMYK 0.47 0 0.08 0.76
HSL 169.66º 0.31% 0.19% -
HSV(B) 169.66º 0.47% 0.24% -
XYZ 3.09 4.06 4.49 -
YUV 52.76 130.39 113.91 -
System Red Green Blue C M Y K H S L
Decimal 33 62 57 0.47 0 0.08 0.76 169.66 0.31 0.19
Hex 21 3E 39 2F 0 8 4C AA 1F 13
Octal 41 76 71 57 0 10 114 252 37 23
Binary 100001 111110 111001 101111 0 1000 1001100 10101010 11111 10011

Color Harmonies of #213E39

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #213E39

Black with #213E39

Text Example


Text Example

White with #213E39

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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