#214951

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

Shades of Teal Blue #214951

Tints of Teal Blue #214951

Color information

#214951 (or 0x214951) is unknown color: approx Teal Blue. HEX triplet: 21, 49 and 51. RGB value is (33,73,81). Sum of RGB (Red+Green+Blue) = 33+73+81=187 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.65% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 81 (32.03% from 255 or 43.32% from 187); Max value from RGB is 81 - color contains mainly: blue. Hex color #214951 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214951 is #DEB6AE. Grayscale: #3D3D3D. Windows color (decimal): -14595759 or 5327137. OLE color: 5327137.

HSL color Cylindrical-coordinate representation of color #214951: hue angle of 190º degrees, saturation: 0.42, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #214951 is Cyan = 0.59, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB337381-
CMYK0.590.1000.68
HSL190º42.11%22.35%-
HSV(B)190º59.26%31.76%-
XYZ4.495.688.64-
YUV61.95138.75107.35-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.65%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 81 (32.03% from 255) = 43.32%
R=17.65%
G=39.04%
B=43.32%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal3373810.590.1000.6819042.1122.35
Hex2149513BA044be2a16
Octal41111121731201042765226
Binary100001100100110100011110111010010001001011111010101010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214951

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214951; }

 p { color: rgb(33,73,81); }

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

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

 a { background-color: rgb(33,73,81); }

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

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

 span { border-color: rgb(33,73,81); }

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