#224753

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

Shades of Teal Blue #224753

Tints of Teal Blue #224753

Color information

#224753 (or 0x224753) is unknown color: approx Teal Blue. HEX triplet: 22, 47 and 53. RGB value is (34,71,83). Sum of RGB (Red+Green+Blue) = 34+71+83=188 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.09% from 188); Green value is 71 (28.12% from 255 or 37.77% from 188); Blue value is 83 (32.81% from 255 or 44.15% from 188); Max value from RGB is 83 - color contains mainly: blue. Hex color #224753 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224753 is #DDB8AC. Grayscale: #3D3D3D. Windows color (decimal): -14530733 or 5457698. OLE color: 5457698.

HSL color Cylindrical-coordinate representation of color #224753: hue angle of 194.69º degrees, saturation: 0.42, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #224753 is Cyan = 0.59, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB347183-
CMYK0.590.1400.67
HSL194.69º41.88%22.94%-
HSV(B)194.69º59.04%32.55%-
XYZ4.475.479-
YUV61.31140.24108.52-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.09%
GREEN value IS 71 (28.12% from 255) = 37.77%
BLUE value IS 83 (32.81% from 255) = 44.15%
R=18.09%
G=37.77%
B=44.15%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3471830.590.1400.67194.6941.8822.94
Hex2247533BE043c32a17
Octal42107123731601033035227
Binary100010100011110100111110111110010000111100001110101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224753

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224753; }

 p { color: rgb(34,71,83); }

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

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

 a { background-color: rgb(34,71,83); }

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

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

 span { border-color: rgb(34,71,83); }

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