#214D53

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

Shades of Teal Blue #214D53

Tints of Teal Blue #214D53

Color information

#214D53 (or 0x214D53) is unknown color: approx Teal Blue. HEX triplet: 21, 4D and 53. RGB value is (33,77,83). Sum of RGB (Red+Green+Blue) = 33+77+83=193 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.10% from 193); Green value is 77 (30.47% from 255 or 39.90% from 193); Blue value is 83 (32.81% from 255 or 43.01% from 193); Max value from RGB is 83 - color contains mainly: blue. Hex color #214D53 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214D53 is #DEB2AC. Grayscale: #404040. Windows color (decimal): -14594733 or 5459233. OLE color: 5459233.

HSL color Cylindrical-coordinate representation of color #214D53: hue angle of 187.2º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #214D53 is Cyan = 0.60, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB337783-
CMYK0.600.0700.67
HSL187.2º43.1%22.75%-
HSV(B)187.2º60.24%32.55%-
XYZ4.846.269.14-
YUV64.53138.42105.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.10%
GREEN value IS 77 (30.47% from 255) = 39.90%
BLUE value IS 83 (32.81% from 255) = 43.01%
R=17.10%
G=39.90%
B=43.01%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.07
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3377830.600.0700.67187.243.122.75
Hex214D533C7043bb2b17
Octal4111512374701032735327
Binary10000110011011010011111100111010000111011101110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214D53

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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