#214959

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

Shades of Teal Blue #214959

Tints of Teal Blue #214959

Color information

#214959 (or 0x214959) is unknown color: approx Teal Blue. HEX triplet: 21, 49 and 59. RGB value is (33,73,89). Sum of RGB (Red+Green+Blue) = 33+73+89=195 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.92% from 195); Green value is 73 (28.91% from 255 or 37.44% from 195); Blue value is 89 (35.16% from 255 or 45.64% from 195); Max value from RGB is 89 - color contains mainly: blue. Hex color #214959 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214959 is #DEB6A6. Grayscale: #3E3E3E. Windows color (decimal): -14595751 or 5851425. OLE color: 5851425.

HSL color Cylindrical-coordinate representation of color #214959: hue angle of 197.14º degrees, saturation: 0.46, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #214959 is Cyan = 0.63, Magento = 0.18, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB337389-
CMYK0.630.1800.65
HSL197.14º45.9%23.92%-
HSV(B)197.14º62.92%34.9%-
XYZ4.815.8110.32-
YUV62.86142.75106.7-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.92%
GREEN value IS 73 (28.91% from 255) = 37.44%
BLUE value IS 89 (35.16% from 255) = 45.64%
R=16.92%
G=37.44%
B=45.64%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3373890.630.1800.65197.1445.923.92
Hex2149593F12041c52e18
Octal41111131772201013055630
Binary1000011001001101100111111110010010000011100010110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214959

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214959; }

 p { color: rgb(33,73,89); }

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

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

 a { background-color: rgb(33,73,89); }

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

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

 span { border-color: rgb(33,73,89); }

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