#214954

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

Shades of Teal Blue #214954

Tints of Teal Blue #214954

Color information

#214954 (or 0x214954) is unknown color: approx Teal Blue. HEX triplet: 21, 49 and 54. RGB value is (33,73,84). Sum of RGB (Red+Green+Blue) = 33+73+84=190 (25% of max value = 765). Red value is 33 (13.28% from 255 or 17.37% from 190); Green value is 73 (28.91% from 255 or 38.42% from 190); Blue value is 84 (33.20% from 255 or 44.21% from 190); Max value from RGB is 84 - color contains mainly: blue. Hex color #214954 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #214954 is #DEB6AB. Grayscale: #3E3E3E. Windows color (decimal): -14595756 or 5523745. OLE color: 5523745.

HSL color Cylindrical-coordinate representation of color #214954: hue angle of 192.94º degrees, saturation: 0.44, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #214954 is Cyan = 0.61, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB337384-
CMYK0.610.1300.67
HSL192.94º43.59%22.94%-
HSV(B)192.94º60.71%32.94%-
XYZ4.615.739.25-
YUV62.29140.25107.11-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.37%
GREEN value IS 73 (28.91% from 255) = 38.42%
BLUE value IS 84 (33.20% from 255) = 44.21%
R=17.37%
G=38.42%
B=44.21%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3373840.610.1300.67192.9443.5922.94
Hex2149543DD043c12c17
Octal41111124751501033015427
Binary100001100100110101001111011101010000111100000110110010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #214954

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #214954; }

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

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

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

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

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

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

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

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