#21453D

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

Shades of Deep Teal #21453D

Tints of Deep Teal #21453D

Color information

#21453D (or 0x21453D) is unknown color: approx Deep Teal. HEX triplet: 21, 45 and 3D. RGB value is (33,69,61). Sum of RGB (Red+Green+Blue) = 33+69+61=163 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.25% from 163); Green value is 69 (27.34% from 255 or 42.33% from 163); Blue value is 61 (24.22% from 255 or 37.42% from 163); Max value from RGB is 69 - color contains mainly: green. Hex color #21453D is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21453D is #DEBAC2. Grayscale: #393939. Windows color (decimal): -14596803 or 4015393. OLE color: 4015393.

HSL color Cylindrical-coordinate representation of color #21453D: hue angle of 166.67º degrees, saturation: 0.35, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #21453D is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.73.

Color convert

RGB336961-
CMYK0.5200.120.73
HSL166.67º35.29%20%-
HSV(B)166.67º52.17%27.06%-
XYZ3.64.925.17-
YUV57.32130.07110.65-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.25%
GREEN value IS 69 (27.34% from 255) = 42.33%
BLUE value IS 61 (24.22% from 255) = 37.42%
R=20.25%
G=42.33%
B=37.42%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3369610.5200.120.73166.6735.2920
Hex21453D340C49a72314
Octal4110575640141112474324
Binary10000110001011111011101000110010010011010011110001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21453D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21453D; }

 p { color: rgb(33,69,61); }

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

<style>
 a { background-color: #21453D; }

 a { background-color: rgb(33,69,61); }

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

<style>
 span { border-color: #21453D; }

 span { border-color: rgb(33,69,61); }

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