#21494F

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

Shades of Teal Blue #21494F

Tints of Teal Blue #21494F

Color information

#21494F (or 0x21494F) is unknown color: approx Teal Blue. HEX triplet: 21, 49 and 4F. RGB value is (33,73,79). Sum of RGB (Red+Green+Blue) = 33+73+79=185 (24% of max value = 765). Red value is 33 (13.28% from 255 or 17.84% from 185); Green value is 73 (28.91% from 255 or 39.46% from 185); Blue value is 79 (31.25% from 255 or 42.70% from 185); Max value from RGB is 79 - color contains mainly: blue. Hex color #21494F is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #21494F is #DEB6B0. Grayscale: #3D3D3D. Windows color (decimal): -14595761 or 5196065. OLE color: 5196065.

HSL color Cylindrical-coordinate representation of color #21494F: hue angle of 187.83º degrees, saturation: 0.41, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #21494F is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB337379-
CMYK0.580.0800.69
HSL187.83º41.07%21.96%-
HSV(B)187.83º58.23%30.98%-
XYZ4.425.658.26-
YUV61.72137.75107.51-

RGB Variations

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

RGB

RED value IS 33 (13.28% from 255) = 17.84%
GREEN value IS 73 (28.91% from 255) = 39.46%
BLUE value IS 79 (31.25% from 255) = 42.70%
R=17.84%
G=39.46%
B=42.70%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3373790.580.0800.69187.8341.0721.96
Hex21494F3A8045bc2916
Octal41111117721001052745126
Binary100001100100110011111110101000010001011011110010100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #21494F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #21494F; }

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

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

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

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

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

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

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

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