#214540

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

Shades of Deep Teal #214540

Tints of Deep Teal #214540

Color information

#214540 (or 0x214540) is unknown color: approx Deep Teal. HEX triplet: 21, 45 and 40. RGB value is (33,69,64). Sum of RGB (Red+Green+Blue) = 33+69+64=166 (21% of max value = 765). Red value is 33 (13.28% from 255 or 19.88% from 166); Green value is 69 (27.34% from 255 or 41.57% from 166); Blue value is 64 (25.39% from 255 or 38.55% from 166); Max value from RGB is 69 - color contains mainly: green. Hex color #214540 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #214540 is #DEBABF. Grayscale: #393939. Windows color (decimal): -14596800 or 4212001. OLE color: 4212001.

HSL color Cylindrical-coordinate representation of color #214540: hue angle of 171.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 #214540 is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.73.

Color convert

RGB336964-
CMYK0.5200.070.73
HSL171.67º35.29%20%-
HSV(B)171.67º52.17%27.06%-
XYZ3.684.955.61-
YUV57.67131.57110.41-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 19.88%
GREEN value IS 69 (27.34% from 255) = 41.57%
BLUE value IS 64 (25.39% from 255) = 38.55%
R=19.88%
G=41.57%
B=38.55%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal3369640.5200.070.73171.6735.2920
Hex214540340749ac2314
Octal4110510064071112544324
Binary10000110001011000000110100011110010011010110010001110100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214540

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214540; }

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

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

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

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

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

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

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

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