#224D55

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

Shades of Teal Blue #224D55

Tints of Teal Blue #224D55

Color information

#224D55 (or 0x224D55) is unknown color: approx Teal Blue. HEX triplet: 22, 4D and 55. RGB value is (34,77,85). Sum of RGB (Red+Green+Blue) = 34+77+85=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 77 (30.47% from 255 or 39.29% from 196); Blue value is 85 (33.59% from 255 or 43.37% from 196); Max value from RGB is 85 - color contains mainly: blue. Hex color #224D55 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D55 is #DDB2AA. Grayscale: #404040. Windows color (decimal): -14529195 or 5590306. OLE color: 5590306.

HSL color Cylindrical-coordinate representation of color #224D55: hue angle of 189.41º degrees, saturation: 0.43, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #224D55 is Cyan = 0.60, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB347785-
CMYK0.600.0900.67
HSL189.41º42.86%23.33%-
HSV(B)189.41º60%33.33%-
XYZ4.956.39.55-
YUV65.05139.25105.85-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.35%
GREEN value IS 77 (30.47% from 255) = 39.29%
BLUE value IS 85 (33.59% from 255) = 43.37%
R=17.35%
G=39.29%
B=43.37%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3477850.600.0900.67189.4142.8623.33
Hex224D553C9043bd2b17
Octal42115125741101032755327
Binary100010100110110101011111001001010000111011110110101110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224D55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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