#224E56

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

Shades of Teal Blue #224E56

Tints of Teal Blue #224E56

Color information

#224E56 (or 0x224E56) is unknown color: approx Teal Blue. HEX triplet: 22, 4E and 56. RGB value is (34,78,86). Sum of RGB (Red+Green+Blue) = 34+78+86=198 (26% of max value = 765). Red value is 34 (13.67% from 255 or 17.17% from 198); Green value is 78 (30.86% from 255 or 39.39% from 198); Blue value is 86 (33.98% from 255 or 43.43% from 198); Max value from RGB is 86 - color contains mainly: blue. Hex color #224E56 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #224E56 is #DDB1A9. Grayscale: #414141. Windows color (decimal): -14528938 or 5656098. OLE color: 5656098.

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

Color convert

RGB347886-
CMYK0.600.0900.66
HSL189.23º43.33%23.53%-
HSV(B)189.23º60.47%33.73%-
XYZ5.066.469.78-
YUV65.76139.42105.35-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.17%
GREEN value IS 78 (30.86% from 255) = 39.39%
BLUE value IS 86 (33.98% from 255) = 43.43%
R=17.17%
G=39.39%
B=43.43%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3478860.600.0900.66189.2343.3323.53
Hex224E563C9042bd2b18
Octal42116126741101022755330
Binary100010100111010101101111001001010000101011110110101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224E56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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