#21403A

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

Shades of Deep Teal #21403A

Tints of Deep Teal #21403A

Color information

#21403A (or 0x21403A) is unknown color: approx Deep Teal. HEX triplet: 21, 40 and 3A. RGB value is (33,64,58). Sum of RGB (Red+Green+Blue) = 33+64+58=155 (20% of max value = 765). Red value is 33 (13.28% from 255 or 21.29% from 155); Green value is 64 (25.39% from 255 or 41.29% from 155); Blue value is 58 (23.05% from 255 or 37.42% from 155); Max value from RGB is 64 - color contains mainly: green. Hex color #21403A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21403A is #DEBFC5. Grayscale: #363636. Windows color (decimal): -14598086 or 3817505. OLE color: 3817505.

HSL color Cylindrical-coordinate representation of color #21403A: hue angle of 168.39º degrees, saturation: 0.32, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #21403A is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.75.

Color convert

RGB336458-
CMYK0.4800.090.75
HSL168.39º31.96%19.02%-
HSV(B)168.39º48.44%25.1%-
XYZ3.224.34.66-
YUV54.05130.23112.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 21.29%
GREEN value IS 64 (25.39% from 255) = 41.29%
BLUE value IS 58 (23.05% from 255) = 37.42%
R=21.29%
G=41.29%
B=37.42%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal3364580.4800.090.75168.3931.9619.02
Hex21403A30094Ba82013
Octal4110072600111132504023
Binary10000110000001110101100000100110010111010100010000010011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21403A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21403A; }

 p { color: rgb(33,64,58); }

 H1.HeaderClassName
 {
   color: #21403A;
 }
 .AnyTagClassName
 {
   color: #21403A;
 }
</style>
background-color css

<style>
 a { background-color: #21403A; }

 a { background-color: rgb(33,64,58); }

 div.DivClassName
 {
   background-color: #21403A;
 }
 .BgClassName
 {
   background-color: #21403A;
 }
</style>
border-color css

<style>
 span { border-color: #21403A; }

 span { border-color: rgb(33,64,58); }

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