#214843

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

Shades of Deep Teal #214843

Tints of Deep Teal #214843

Color information

#214843 (or 0x214843) is unknown color: approx Deep Teal. HEX triplet: 21, 48 and 43. RGB value is (33,72,67). Sum of RGB (Red+Green+Blue) = 33+72+67=172 (22% of max value = 765). Red value is 33 (13.28% from 255 or 19.19% from 172); Green value is 72 (28.52% from 255 or 41.86% from 172); Blue value is 67 (26.56% from 255 or 38.95% from 172); Max value from RGB is 72 - color contains mainly: green. Hex color #214843 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214843 is #DEB7BC. Grayscale: #3B3B3B. Windows color (decimal): -14596029 or 4409377. OLE color: 4409377.

HSL color Cylindrical-coordinate representation of color #214843: hue angle of 172.31º 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 #214843 is Cyan = 0.54, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.72.

Color convert

RGB337267-
CMYK0.5400.070.72
HSL172.31º37.14%20.59%-
HSV(B)172.31º54.17%28.24%-
XYZ3.965.366.14-
YUV59.77132.08108.91-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.19%
GREEN value IS 72 (28.52% from 255) = 41.86%
BLUE value IS 67 (26.56% from 255) = 38.95%
R=19.19%
G=41.86%
B=38.95%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.72
SystemRedGreenBlueCMYKHSL
Decimal3372670.5400.070.72172.3137.1420.59
Hex214843360748ac2515
Octal4111010366071102544525
Binary10000110010001000011110110011110010001010110010010110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214843

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214843; }

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

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

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

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

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

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

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

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