#214B50

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

Shades of Teal Blue #214B50

Tints of Teal Blue #214B50

Color information

#214B50 (or 0x214B50) is unknown color: approx Teal Blue. HEX triplet: 21, 4B and 50. RGB value is (33,75,80). Sum of RGB (Red+Green+Blue) = 33+75+80=188 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.55% from 188); Green value is 75 (29.69% from 255 or 39.89% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #214B50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214B50 is #DEB4AF. Grayscale: #3E3E3E. Windows color (decimal): -14595248 or 5262113. OLE color: 5262113.

HSL color Cylindrical-coordinate representation of color #214B50: hue angle of 186.38º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #214B50 is Cyan = 0.59, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB337580-
CMYK0.590.0600.69
HSL186.38º41.59%22.16%-
HSV(B)186.38º58.75%31.37%-
XYZ4.595.938.49-
YUV63.01137.59106.59-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.55%
GREEN value IS 75 (29.69% from 255) = 39.89%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=17.55%
G=39.89%
B=42.55%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3375800.590.0600.69186.3841.5922.16
Hex214B503B6045ba2a16
Octal4111312073601052725226
Binary10000110010111010000111011110010001011011101010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214B50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,75,80); }

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

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

 a { background-color: rgb(33,75,80); }

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

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

 span { border-color: rgb(33,75,80); }

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