#214953

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

Shades of Teal Blue #214953

Tints of Teal Blue #214953

Color information

#214953 (or 0x214953) is unknown color: approx Teal Blue. HEX triplet: 21, 49 and 53. RGB value is (33,73,83). Sum of RGB (Red+Green+Blue) = 33+73+83=189 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.46% from 189); Green value is 73 (28.91% from 255 or 38.62% from 189); Blue value is 83 (32.81% from 255 or 43.92% from 189); Max value from RGB is 83 - color contains mainly: blue. Hex color #214953 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214953 is #DEB6AC. Grayscale: #3E3E3E. Windows color (decimal): -14595757 or 5458209. OLE color: 5458209.

HSL color Cylindrical-coordinate representation of color #214953: hue angle of 192º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #214953 is Cyan = 0.60, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB337383-
CMYK0.600.1200.67
HSL192º43.1%22.75%-
HSV(B)192º60.24%32.55%-
XYZ4.575.719.05-
YUV62.18139.75107.19-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.46%
GREEN value IS 73 (28.91% from 255) = 38.62%
BLUE value IS 83 (32.81% from 255) = 43.92%
R=17.46%
G=38.62%
B=43.92%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3373830.600.1200.6719243.122.75
Hex2149533CC043c02b17
Octal41111123741401033005327
Binary100001100100110100111111001100010000111100000010101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214953

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214953; }

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

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

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

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

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

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

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

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