#214842

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

Shades of Deep Teal #214842

Tints of Deep Teal #214842

Color information

#214842 (or 0x214842) is unknown color: approx Deep Teal. HEX triplet: 21, 48 and 42. RGB value is (33,72,66). Sum of RGB (Red+Green+Blue) = 33+72+66=171 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.30% from 171); Green value is 72 (28.52% from 255 or 42.11% from 171); Blue value is 66 (26.17% from 255 or 38.60% from 171); Max value from RGB is 72 - color contains mainly: green. Hex color #214842 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214842 is #DEB7BD. Grayscale: #3B3B3B. Windows color (decimal): -14596030 or 4343841. OLE color: 4343841.

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

Color convert

RGB337266-
CMYK0.5400.080.72
HSL170.77º37.14%20.59%-
HSV(B)170.77º54.17%28.24%-
XYZ3.935.355.98-
YUV59.65131.58108.99-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.30%
GREEN value IS 72 (28.52% from 255) = 42.11%
BLUE value IS 66 (26.17% from 255) = 38.60%
R=19.30%
G=42.11%
B=38.60%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3372660.5400.080.72170.7737.1420.59
Hex214842360848ab2515
Octal41110102660101102534525
Binary100001100100010000101101100100010010001010101110010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214842

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214842; }

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

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

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

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

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

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

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

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