#214E5A

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

Shades of Teal Blue #214E5A

Tints of Teal Blue #214E5A

Color information

#214E5A (or 0x214E5A) is unknown color: approx Teal Blue. HEX triplet: 21, 4E and 5A. RGB value is (33,78,90). Sum of RGB (Red+Green+Blue) = 33+78+90=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 78 (30.86% from 255 or 38.81% from 201); Blue value is 90 (35.55% from 255 or 44.78% from 201); Max value from RGB is 90 - color contains mainly: blue. Hex color #214E5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214E5A is #DEB1A5. Grayscale: #414141. Windows color (decimal): -14594470 or 5918241. OLE color: 5918241.

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

Color convert

RGB337890-
CMYK0.630.1300.65
HSL192.63º46.34%24.12%-
HSV(B)192.63º63.33%35.29%-
XYZ5.26.5110.66-
YUV65.91141.59104.52-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 78 (30.86% from 255) = 38.81%
BLUE value IS 90 (35.55% from 255) = 44.78%
R=16.42%
G=38.81%
B=44.78%

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
Decimal3378900.630.1300.65192.6346.3424.12
Hex214E5A3FD041c12e18
Octal41116132771501013015630
Binary100001100111010110101111111101010000011100000110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214E5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(33,78,90); }

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

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

 a { background-color: rgb(33,78,90); }

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

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

 span { border-color: rgb(33,78,90); }

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