#224950

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

Shades of Teal Blue #224950

Tints of Teal Blue #224950

Color information

#224950 (or 0x224950) is unknown color: approx Teal Blue. HEX triplet: 22, 49 and 50. RGB value is (34,73,80). Sum of RGB (Red+Green+Blue) = 34+73+80=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 73 (28.91% from 255 or 39.04% from 187); Blue value is 80 (31.64% from 255 or 42.78% from 187); Max value from RGB is 80 - color contains mainly: blue. Hex color #224950 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224950 is #DDB6AF. Grayscale: #3E3E3E. Windows color (decimal): -14530224 or 5261602. OLE color: 5261602.

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

Color convert

RGB347380-
CMYK0.580.0900.69
HSL189.13º40.35%22.35%-
HSV(B)189.13º57.5%31.37%-
XYZ4.495.688.45-
YUV62.14138.08107.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.18%
GREEN value IS 73 (28.91% from 255) = 39.04%
BLUE value IS 80 (31.64% from 255) = 42.78%
R=18.18%
G=39.04%
B=42.78%

CMYK

C (Cyan) values IS 0.58
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal3473800.580.0900.69189.1340.3522.35
Hex2249503A9045bd2816
Octal42111120721101052755026
Binary100010100100110100001110101001010001011011110110100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224950

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224950; }

 p { color: rgb(34,73,80); }

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

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

 a { background-color: rgb(34,73,80); }

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

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

 span { border-color: rgb(34,73,80); }

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