#214D56

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

Shades of Teal Blue #214D56

Tints of Teal Blue #214D56

Color information

#214D56 (or 0x214D56) is unknown color: approx Teal Blue. HEX triplet: 21, 4D and 56. RGB value is (33,77,86). Sum of RGB (Red+Green+Blue) = 33+77+86=196 (25% of max value = 765). Red value is 33 (13.28% from 255 or 16.84% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #214D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214D56 is #DEB2A9. Grayscale: #404040. Windows color (decimal): -14594730 or 5655841. OLE color: 5655841.

HSL color Cylindrical-coordinate representation of color #214D56: hue angle of 190.19º degrees, saturation: 0.45, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #214D56 is Cyan = 0.62, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB337786-
CMYK0.620.1000.66
HSL190.19º44.54%23.33%-
HSV(B)190.19º61.63%33.73%-
XYZ4.966.39.76-
YUV64.87139.92105.27-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.84%
GREEN value IS 77 (30.47% from 255) = 39.29%
BLUE value IS 86 (33.98% from 255) = 43.88%
R=16.84%
G=39.29%
B=43.88%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3377860.620.1000.66190.1944.5423.33
Hex214D563EA042be2d17
Octal41115126761201022765527
Binary100001100110110101101111101010010000101011111010110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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