#225259

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

Shades of Teal Blue #225259

Tints of Teal Blue #225259

Color information

#225259 (or 0x225259) is unknown color: approx Teal Blue. HEX triplet: 22, 52 and 59. RGB value is (34,82,89). Sum of RGB (Red+Green+Blue) = 34+82+89=205 (27% of max value = 765). Red value is 34 (13.67% from 255 or 16.59% from 205); Green value is 82 (32.42% from 255 or 40% from 205); Blue value is 89 (35.16% from 255 or 43.41% from 205); Max value from RGB is 89 - color contains mainly: blue. Hex color #225259 is not a web safe color. Web safe color analog (approx): #336666. Inversed color of #225259 is #DDADA6. Grayscale: #444444. Windows color (decimal): -14527911 or 5853730. OLE color: 5853730.

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

Color convert

RGB348289-
CMYK0.620.0800.65
HSL187.64º44.72%24.12%-
HSV(B)187.64º61.8%34.9%-
XYZ5.487.110.53-
YUV68.45139.6103.43-

RGB Variations

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

RGB

RED value IS 34 (13.67% from 255) = 16.59%
GREEN value IS 82 (32.42% from 255) = 40%
BLUE value IS 89 (35.16% from 255) = 43.41%
R=16.59%
G=40%
B=43.41%

CMYK

C (Cyan) values IS 0.62
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.65
SystemRedGreenBlueCMYKHSL
Decimal3482890.620.0800.65187.6444.7224.12
Hex2252593E8041bc2d18
Octal42122131761001012745530
Binary100010101001010110011111101000010000011011110010110111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #225259

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #225259; }

 p { color: rgb(34,82,89); }

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

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

 a { background-color: rgb(34,82,89); }

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

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

 span { border-color: rgb(34,82,89); }

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