#224F57

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

Shades of Teal Blue #224F57

Tints of Teal Blue #224F57

Color information

#224F57 (or 0x224F57) is unknown color: approx Teal Blue. HEX triplet: 22, 4F and 57. RGB value is (34,79,87). Sum of RGB (Red+Green+Blue) = 34+79+87=200 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17% from 200); Green value is 79 (31.25% from 255 or 39.5% from 200); Blue value is 87 (34.38% from 255 or 43.5% from 200); Max value from RGB is 87 - color contains mainly: blue. Hex color #224F57 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224F57 is #DDB0A8. Grayscale: #424242. Windows color (decimal): -14528681 or 5721890. OLE color: 5721890.

HSL color Cylindrical-coordinate representation of color #224F57: hue angle of 189.06º 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 #224F57 is Cyan = 0.61, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB347987-
CMYK0.610.0900.66
HSL189.06º43.8%23.73%-
HSV(B)189.06º60.92%34.12%-
XYZ5.186.6210.02-
YUV66.46139.59104.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17%
GREEN value IS 79 (31.25% from 255) = 39.5%
BLUE value IS 87 (34.38% from 255) = 43.5%
R=17%
G=39.5%
B=43.5%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3479870.610.0900.66189.0643.823.73
Hex224F573D9042bd2c18
Octal42117127751101022755430
Binary100010100111110101111111011001010000101011110110110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224F57

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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