Html Css Color HEX #21493F Deep Teal

📋 copy color: '#21493F'

red 33 ◦ green 73 ◦ blue 63

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

Shades of Deep Teal #21493F

Tints of Deep Teal #21493F

RGB

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

 GREEN value IS 73 (28.91% from 255) = 43.2%

 BLUE value IS 63 (25% from 255) = 37.28%

R = 19.53%
G = 43.2%
B = 37.28%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.14

 K value IS 0.71

RGB Variations

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

Color information

#21493F (or 0x21493F) is known color: Deep Teal. HEX triplet: 21, 49 and 3F. RGB value is (33,73,63). Sum of RGB (Red+Green+Blue) = 33+73+63=169 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.53% from 169); Green value is 73 (28.91% from 255 or 43.20% from 169); Blue value is 63 (25% from 255 or 37.28% from 169); Max value from RGB is 73 - color contains mainly: green. Hex color #21493F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21493F is #DEB6C0. Grayscale: #3B3B3B. Windows color (decimal): -14595777 or 4147489. OLE color: 4147489.

HSL color Cylindrical-coordinate representation of color #21493F: hue angle of 165º degrees, saturation: 0.38, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #21493F is Cyan = 0.55, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.71.

Color convert

RGB 33 73 63 -
CMYK 0.55 0 0.14 0.71
HSL 165º 0.38% 0.21% -
HSV(B) 165º 0.55% 0.29% -
XYZ 3.91 5.45 5.55 -
YUV 59.9 129.75 108.81 -
System Red Green Blue C M Y K H S L
Decimal 33 73 63 0.55 0 0.14 0.71 165 0.38 0.21
Hex 21 49 3F 37 0 E 47 A5 26 15
Octal 41 111 77 67 0 16 107 245 46 25
Binary 100001 1001001 111111 110111 0 1110 1000111 10100101 100110 10101

Color Harmonies of #21493F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21493F

Black with #21493F

Text Example


Text Example

White with #21493F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #21493F; }

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

 H1.HeaderClassName
 {
   color: #21493F;
 }
 .AnyTagClassName
 {
   color: #21493F;
 }
</style>

background-color css

<style>
 a { background-color: #21493F; }

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

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

border-color css

<style>
 span { border-color: #21493F; }

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

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