#224A50

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

Shades of Teal Blue #224A50

Tints of Teal Blue #224A50

Color information

#224A50 (or 0x224A50) is unknown color: approx Teal Blue. HEX triplet: 22, 4A and 50. RGB value is (34,74,80). Sum of RGB (Red+Green+Blue) = 34+74+80=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 74 (29.30% from 255 or 39.36% from 188); Blue value is 80 (31.64% from 255 or 42.55% from 188); Max value from RGB is 80 - color contains mainly: blue. Hex color #224A50 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224A50 is #DDB5AF. Grayscale: #3E3E3E. Windows color (decimal): -14529968 or 5261858. OLE color: 5261858.

HSL color Cylindrical-coordinate representation of color #224A50: hue angle of 187.83º 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 #224A50 is Cyan = 0.58, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.69.

Color convert

RGB347480-
CMYK0.580.0800.69
HSL187.83º40.35%22.35%-
HSV(B)187.83º57.5%31.37%-
XYZ4.565.828.47-
YUV62.72137.75107.51-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.09%
GREEN value IS 74 (29.30% from 255) = 39.36%
BLUE value IS 80 (31.64% from 255) = 42.55%
R=18.09%
G=39.36%
B=42.55%

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
Decimal3474800.580.0800.69187.8340.3522.35
Hex224A503A8045bc2816
Octal42112120721001052745026
Binary100010100101010100001110101000010001011011110010100010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224A50

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224A50; }

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

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

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

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

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

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

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

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