#224C56

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

Shades of Teal Blue #224C56

Tints of Teal Blue #224C56

Color information

#224C56 (or 0x224C56) is unknown color: approx Teal Blue. HEX triplet: 22, 4C and 56. RGB value is (34,76,86). Sum of RGB (Red+Green+Blue) = 34+76+86=196 (25% of max value = 765). Red value is 34 (13.67% from 255 or 17.35% from 196); Green value is 76 (30.08% from 255 or 38.78% from 196); Blue value is 86 (33.98% from 255 or 43.88% from 196); Max value from RGB is 86 - color contains mainly: blue. Hex color #224C56 is not a web safe color. Web safe color analog (approx): #333366. Inversed color of #224C56 is #DDB3A9. Grayscale: #404040. Windows color (decimal): -14529450 or 5655586. OLE color: 5655586.

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

Color convert

RGB347686-
CMYK0.600.1200.66
HSL191.54º43.33%23.53%-
HSV(B)191.54º60.47%33.73%-
XYZ4.926.189.74-
YUV64.58140.09106.19-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 17.35%
GREEN value IS 76 (30.08% from 255) = 38.78%
BLUE value IS 86 (33.98% from 255) = 43.88%
R=17.35%
G=38.78%
B=43.88%

CMYK

C (Cyan) values IS 0.60
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.66
SystemRedGreenBlueCMYKHSL
Decimal3476860.600.1200.66191.5443.3323.53
Hex224C563CC042c02b18
Octal42114126741401023005330
Binary100010100110010101101111001100010000101100000010101111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #224C56

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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