#224D58

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

Shades of Teal Blue #224D58

Tints of Teal Blue #224D58

Color information

#224D58 (or 0x224D58) is unknown color: approx Teal Blue. HEX triplet: 22, 4D and 58. RGB value is (34,77,88). Sum of RGB (Red+Green+Blue) = 34+77+88=199 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.09% from 199); Green value is 77 (30.47% from 255 or 38.69% from 199); Blue value is 88 (34.77% from 255 or 44.22% from 199); Max value from RGB is 88 - color contains mainly: blue. Hex color #224D58 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224D58 is #DDB2A7. Grayscale: #414141. Windows color (decimal): -14529192 or 5786914. OLE color: 5786914.

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

Color convert

RGB347788-
CMYK0.610.1200.65
HSL192.22º44.26%23.92%-
HSV(B)192.22º61.36%34.51%-
XYZ5.086.3510.19-
YUV65.4140.75105.61-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.09%
GREEN value IS 77 (30.47% from 255) = 38.69%
BLUE value IS 88 (34.77% from 255) = 44.22%
R=17.09%
G=38.69%
B=44.22%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3477880.610.1200.65192.2244.2623.92
Hex224D583DC041c02c18
Octal42115130751401013005430
Binary100010100110110110001111011100010000011100000010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224D58

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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