#224A57

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

Shades of Teal Blue #224A57

Tints of Teal Blue #224A57

Color information

#224A57 (or 0x224A57) is unknown color: approx Teal Blue. HEX triplet: 22, 4A and 57. RGB value is (34,74,87). Sum of RGB (Red+Green+Blue) = 34+74+87=195 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.44% from 195); Green value is 74 (29.30% from 255 or 37.95% from 195); Blue value is 87 (34.38% from 255 or 44.62% from 195); Max value from RGB is 87 - color contains mainly: blue. Hex color #224A57 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224A57 is #DDB5A8. Grayscale: #3F3F3F. Windows color (decimal): -14529961 or 5720610. OLE color: 5720610.

HSL color Cylindrical-coordinate representation of color #224A57: hue angle of 194.72º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #224A57 is Cyan = 0.61, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB347487-
CMYK0.610.1500.66
HSL194.72º43.8%23.73%-
HSV(B)194.72º60.92%34.12%-
XYZ4.835.939.91-
YUV63.52141.25106.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.44%
GREEN value IS 74 (29.30% from 255) = 37.95%
BLUE value IS 87 (34.38% from 255) = 44.62%
R=17.44%
G=37.95%
B=44.62%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3474870.610.1500.66194.7243.823.73
Hex224A573DF042c32c18
Octal42112127751701023035430
Binary100010100101010101111111011111010000101100001110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224A57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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