#21473F

Color #21473F Deep Teal (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Deep Teal #21473F

Tints of Deep Teal #21473F

Color information

#21473F (or 0x21473F) is unknown color: approx 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

RGB337163-
CMYK0.5400.110.72
HSL167.37º36.54%20.39%-
HSV(B)167.37º53.52%27.84%-
XYZ3.785.195.51-
YUV58.73130.41109.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.76%
GREEN value IS 71 (28.12% from 255) = 42.51%
BLUE value IS 63 (25% from 255) = 37.72%
R=19.76%
G=42.51%
B=37.72%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3371630.5400.110.72167.3736.5420.39
Hex21473F360B48a72514
Octal4110777660131102474524
Binary10000110001111111111101100101110010001010011110010110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21473F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>