#224653

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

Shades of Teal Blue #224653

Tints of Teal Blue #224653

Color information

#224653 (or 0x224653) is unknown color: approx Teal Blue. HEX triplet: 22, 46 and 53. RGB value is (34,70,83). Sum of RGB (Red+Green+Blue) = 34+70+83=187 (24% of max value = 765). Red value is 34 (13.67% from 255 or 18.18% from 187); Green value is 70 (27.73% from 255 or 37.43% from 187); Blue value is 83 (32.81% from 255 or 44.39% from 187); Max value from RGB is 83 - color contains mainly: blue. Hex color #224653 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224653 is #DDB9AC. Grayscale: #3C3C3C. Windows color (decimal): -14530989 or 5457442. OLE color: 5457442.

HSL color Cylindrical-coordinate representation of color #224653: hue angle of 195.92º 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 #224653 is Cyan = 0.59, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.67.

Color convert

RGB347083-
CMYK0.590.1600.67
HSL195.92º41.88%22.94%-
HSV(B)195.92º59.04%32.55%-
XYZ4.415.348.98-
YUV60.72140.57108.94-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 18.18%
GREEN value IS 70 (27.73% from 255) = 37.43%
BLUE value IS 83 (32.81% from 255) = 44.39%
R=18.18%
G=37.43%
B=44.39%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal3470830.590.1600.67195.9241.8822.94
Hex2246533B10043c42a17
Octal42106123732001033045227
Binary1000101000110101001111101110000010000111100010010101010111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224653; }

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

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

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

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

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

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

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

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