#214F59

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

Shades of Teal Blue #214F59

Tints of Teal Blue #214F59

Color information

#214F59 (or 0x214F59) is unknown color: approx Teal Blue. HEX triplet: 21, 4F and 59. RGB value is (33,79,89). Sum of RGB (Red+Green+Blue) = 33+79+89=201 (26% of max value = 765). Red value is 33 (13.28% from 255 or 16.42% from 201); Green value is 79 (31.25% from 255 or 39.30% from 201); Blue value is 89 (35.16% from 255 or 44.28% from 201); Max value from RGB is 89 - color contains mainly: blue. Hex color #214F59 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #214F59 is #DEB0A6. Grayscale: #424242. Windows color (decimal): -14594215 or 5852961. OLE color: 5852961.

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

Color convert

RGB337989-
CMYK0.630.1100.65
HSL190.71º45.9%23.92%-
HSV(B)190.71º62.92%34.9%-
XYZ5.236.6410.46-
YUV66.39140.76104.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 16.42%
GREEN value IS 79 (31.25% from 255) = 39.30%
BLUE value IS 89 (35.16% from 255) = 44.28%
R=16.42%
G=39.30%
B=44.28%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3379890.630.1100.65190.7145.923.92
Hex214F593FB041bf2e18
Octal41117131771301012775630
Binary100001100111110110011111111011010000011011111110111011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214F59

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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