#21423E

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

Shades of Deep Teal #21423E

Tints of Deep Teal #21423E

Color information

#21423E (or 0x21423E) is unknown color: approx Deep Teal. HEX triplet: 21, 42 and 3E. RGB value is (33,66,62). Sum of RGB (Red+Green+Blue) = 33+66+62=161 (21% of max value = 765). Red value is 33 (13.28% from 255 or 20.50% from 161); Green value is 66 (26.17% from 255 or 40.99% from 161); Blue value is 62 (24.61% from 255 or 38.51% from 161); Max value from RGB is 66 - color contains mainly: green. Hex color #21423E is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #21423E is #DEBDC1. Grayscale: #373737. Windows color (decimal): -14597570 or 4080161. OLE color: 4080161.

HSL color Cylindrical-coordinate representation of color #21423E: hue angle of 172.73º degrees, saturation: 0.33, lightness: 0.19%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #21423E is Cyan = 0.5, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.74.

Color convert

RGB336662-
CMYK0.500.060.74
HSL172.73º33.33%19.41%-
HSV(B)172.73º50%25.88%-
XYZ3.444.575.26-
YUV55.68131.57111.83-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 20.50%
GREEN value IS 66 (26.17% from 255) = 40.99%
BLUE value IS 62 (24.61% from 255) = 38.51%
R=20.50%
G=40.99%
B=38.51%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal3366620.500.060.74172.7333.3319.41
Hex21423E32064Aad2113
Octal411027662061122554123
Binary1000011000010111110110010011010010101010110110000110011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21423E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21423E; }

 p { color: rgb(33,66,62); }

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

<style>
 a { background-color: #21423E; }

 a { background-color: rgb(33,66,62); }

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

<style>
 span { border-color: #21423E; }

 span { border-color: rgb(33,66,62); }

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