Html Css Color HEX #21473F Deep Teal

📋 copy color: '#21473F'

red 33 ◦ green 71 ◦ blue 63

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

Shades of Deep Teal #21473F

Tints of Deep Teal #21473F

RGB

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

 GREEN value IS 71 (28.13% from 255) = 42.51%

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

R = 19.76%
G = 42.51%
B = 37.72%

CMYK

 C value IS 0.54

 M value IS 0

 Y value IS 0.11

 K value IS 0.72

RGB Variations

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

Color information

#21473F (or 0x21473F) is known color: Deep Teal. HEX triplet: 21, 47 and 3F. RGB value is (33,71,63). Sum of RGB (Red+Green+Blue) = 33+71+63=167 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.76% from 167); Green value is 71 (28.12% from 255 or 42.51% from 167); Blue value is 63 (25% from 255 or 37.72% from 167); Max value from RGB is 71 - color contains mainly: green. Hex color #21473F is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21473F is #DEB8C0. Grayscale: #3A3A3A. Windows color (decimal): -14596289 or 4146977. OLE color: 4146977.

HSL color Cylindrical-coordinate representation of color #21473F: hue angle of 167.37º degrees, saturation: 0.37, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.28% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #21473F is Cyan = 0.54, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.72.

Color convert

RGB 33 71 63 -
CMYK 0.54 0 0.11 0.72
HSL 167.37º 0.37% 0.2% -
HSV(B) 167.37º 0.54% 0.28% -
XYZ 3.78 5.19 5.51 -
YUV 58.73 130.41 109.65 -
System Red Green Blue C M Y K H S L
Decimal 33 71 63 0.54 0 0.11 0.72 167.37 0.37 0.2
Hex 21 47 3F 36 0 B 48 A7 25 14
Octal 41 107 77 66 0 13 110 247 45 24
Binary 100001 1000111 111111 110110 0 1011 1001000 10100111 100101 10100

Color Harmonies of #21473F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #21473F

Black with #21473F

Text Example


Text Example

White with #21473F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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