#214D59

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

Shades of Teal Blue #214D59

Tints of Teal Blue #214D59

Color information

#214D59 (or 0x214D59) is unknown color: approx Teal Blue. HEX triplet: 21, 4D and 59. RGB value is (33,77,89). Sum of RGB (Red+Green+Blue) = 33+77+89=199 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.58% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 89 (35.16% from 255 or 44.72% from 199); Max value from RGB is 89 - color contains mainly: blue. Hex color #214D59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214D59 is #DEB2A6. Grayscale: #414141. Windows color (decimal): -14594727 or 5852449. OLE color: 5852449.

HSL color Cylindrical-coordinate representation of color #214D59: hue angle of 192.86º 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 #214D59 is Cyan = 0.63, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB337789-
CMYK0.630.1300.65
HSL192.86º45.9%23.92%-
HSV(B)192.86º62.92%34.9%-
XYZ5.086.3510.41-
YUV65.21141.42105.02-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.58%
GREEN value IS 77 (30.47% from 255) = 38.69%
BLUE value IS 89 (35.16% from 255) = 44.72%
R=16.58%
G=38.69%
B=44.72%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3377890.630.1300.65192.8645.923.92
Hex214D593FD041c12e18
Octal41115131771501013015630
Binary100001100110110110011111111101010000011100000110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214D59; }

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

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

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

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

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

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

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

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