#224656

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

Shades of Teal Blue #224656

Tints of Teal Blue #224656

Color information

#224656 (or 0x224656) is unknown color: approx Teal Blue. HEX triplet: 22, 46 and 56. RGB value is (34,70,86). Sum of RGB (Red+Green+Blue) = 34+70+86=190 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.89% from 190); Green value is 70 (27.73% from 255 or 36.84% from 190); Blue value is 86 (33.98% from 255 or 45.26% from 190); Max value from RGB is 86 - color contains mainly: blue. Hex color #224656 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224656 is #DDB9A9. Grayscale: #3C3C3C. Windows color (decimal): -14530986 or 5654050. OLE color: 5654050.

HSL color Cylindrical-coordinate representation of color #224656: hue angle of 198.46º 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 #224656 is Cyan = 0.60, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.66.

Color convert

RGB347086-
CMYK0.600.1900.66
HSL198.46º43.33%23.53%-
HSV(B)198.46º60.47%33.73%-
XYZ4.535.399.61-
YUV61.06142.07108.7-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.89%
GREEN value IS 70 (27.73% from 255) = 36.84%
BLUE value IS 86 (33.98% from 255) = 45.26%
R=17.89%
G=36.84%
B=45.26%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3470860.600.1900.66198.4643.3323.53
Hex2246563C13042c62b18
Octal42106126742301023065330
Binary1000101000110101011011110010011010000101100011010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224656

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #224656; }

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

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

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

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

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

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

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

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