#224D56

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

Shades of Teal Blue #224D56

Tints of Teal Blue #224D56

Color information

#224D56 (or 0x224D56) is unknown color: approx Teal Blue. HEX triplet: 22, 4D and 56. RGB value is (34,77,86). Sum of RGB (Red+Green+Blue) = 34+77+86=197 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.26% from 197); Green value is 77 (30.47% from 255 or 39.09% from 197); Blue value is 86 (33.98% from 255 or 43.65% from 197); Max value from RGB is 86 - color contains mainly: blue. Hex color #224D56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D56 is #DDB2A9. Grayscale: #414141. Windows color (decimal): -14529194 or 5655842. OLE color: 5655842.

HSL color Cylindrical-coordinate representation of color #224D56: hue angle of 190.38º degrees, saturation: 0.43, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.34% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #224D56 is Cyan = 0.60, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB347786-
CMYK0.600.1000.66
HSL190.38º43.33%23.53%-
HSV(B)190.38º60.47%33.73%-
XYZ4.996.329.76-
YUV65.17139.75105.77-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.26%
GREEN value IS 77 (30.47% from 255) = 39.09%
BLUE value IS 86 (33.98% from 255) = 43.65%
R=17.26%
G=39.09%
B=43.65%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3477860.600.1000.66190.3843.3323.53
Hex224D563CA042be2b18
Octal42115126741201022765330
Binary100010100110110101101111001010010000101011111010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224D56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(34,77,86); }

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

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

 a { background-color: rgb(34,77,86); }

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

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

 span { border-color: rgb(34,77,86); }

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