#214F5A

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

Shades of Teal Blue #214F5A

Tints of Teal Blue #214F5A

Color information

#214F5A (or 0x214F5A) is unknown color: approx Teal Blue. HEX triplet: 21, 4F and 5A. RGB value is (33,79,90). Sum of RGB (Red+Green+Blue) = 33+79+90=202 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.34% from 202); Green value is 79 (31.25% from 255 or 39.11% from 202); Blue value is 90 (35.55% from 255 or 44.55% from 202); Max value from RGB is 90 - color contains mainly: blue. Hex color #214F5A is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F5A is #DEB0A5. Grayscale: #424242. Windows color (decimal): -14594214 or 5918497. OLE color: 5918497.

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

Color convert

RGB337990-
CMYK0.630.1200.65
HSL191.58º46.34%24.12%-
HSV(B)191.58º63.33%35.29%-
XYZ5.276.6510.68-
YUV66.5141.26104.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.34%
GREEN value IS 79 (31.25% from 255) = 39.11%
BLUE value IS 90 (35.55% from 255) = 44.55%
R=16.34%
G=39.11%
B=44.55%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3379900.630.1200.65191.5846.3424.12
Hex214F5A3FC041c02e18
Octal41117132771401013005630
Binary100001100111110110101111111100010000011100000010111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F5A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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