#214D58

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

Shades of Teal Blue #214D58

Tints of Teal Blue #214D58

Color information

#214D58 (or 0x214D58) is unknown color: approx Teal Blue. HEX triplet: 21, 4D and 58. RGB value is (33,77,88). Sum of RGB (Red+Green+Blue) = 33+77+88=198 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.67% from 198); Green value is 77 (30.47% from 255 or 38.89% from 198); Blue value is 88 (34.77% from 255 or 44.44% from 198); Max value from RGB is 88 - color contains mainly: blue. Hex color #214D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214D58 is #DEB2A7. Grayscale: #414141. Windows color (decimal): -14594728 or 5786913. OLE color: 5786913.

HSL color Cylindrical-coordinate representation of color #214D58: hue angle of 192º degrees, saturation: 0.45, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #214D58 is Cyan = 0.62, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB337788-
CMYK0.620.1200.65
HSL192º45.45%23.73%-
HSV(B)192º62.5%34.51%-
XYZ5.046.3410.19-
YUV65.1140.92105.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.67%
GREEN value IS 77 (30.47% from 255) = 38.89%
BLUE value IS 88 (34.77% from 255) = 44.44%
R=16.67%
G=38.89%
B=44.44%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3377880.620.1200.6519245.4523.73
Hex214D583EC041c02d18
Octal41115130761401013005530
Binary100001100110110110001111101100010000011100000010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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