#225158

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

Shades of Teal Blue #225158

Tints of Teal Blue #225158

Color information

#225158 (or 0x225158) is unknown color: approx Teal Blue. HEX triplet: 22, 51 and 58. RGB value is (34,81,88). Sum of RGB (Red+Green+Blue) = 34+81+88=203 (26% of max value = 765). Red value is 34 (13.67% from 255 or 16.75% from 203); Green value is 81 (32.03% from 255 or 39.90% from 203); Blue value is 88 (34.77% from 255 or 43.35% from 203); Max value from RGB is 88 - color contains mainly: blue. Hex color #225158 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225158 is #DDAEA7. Grayscale: #434343. Windows color (decimal): -14528168 or 5787938. OLE color: 5787938.

HSL color Cylindrical-coordinate representation of color #225158: hue angle of 187.78º degrees, saturation: 0.44, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.35% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #225158 is Cyan = 0.61, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.65.

Color convert

RGB348188-
CMYK0.610.0800.65
HSL187.78º44.26%23.92%-
HSV(B)187.78º61.36%34.51%-
XYZ5.366.9310.29-
YUV67.74139.43103.93-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.75%
GREEN value IS 81 (32.03% from 255) = 39.90%
BLUE value IS 88 (34.77% from 255) = 43.35%
R=16.75%
G=39.90%
B=43.35%

CMYK

C (Cyan) values IS 0.61
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3481880.610.0800.65187.7844.2623.92
Hex2251583D8041bc2c18
Octal42121130751001012745430
Binary100010101000110110001111011000010000011011110010110011000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225158

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225158; }

 p { color: rgb(34,81,88); }

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

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

 a { background-color: rgb(34,81,88); }

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

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

 span { border-color: rgb(34,81,88); }

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