#55AA95

Color #55AA95 Keppel (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Keppel #55AA95

Tints of Keppel #55AA95

Color information

#55AA95 (or 0x55AA95) is unknown color: approx Keppel. HEX triplet: 55, AA and 95. RGB value is (85,170,149). Sum of RGB (Red+Green+Blue) = 85+170+149=404 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.04% from 404); Green value is 170 (66.80% from 255 or 42.08% from 404); Blue value is 149 (58.59% from 255 or 36.88% from 404); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AA95 is #AA556A. Grayscale: #8E8E8E. Windows color (decimal): -11162987 or 9808469. OLE color: 9808469.

HSL color Cylindrical-coordinate representation of color #55AA95: hue angle of 165.18º degrees, saturation: 0.33, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #55AA95 is Cyan = 0.50, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.33.

Color convert

RGB85170149-
CMYK0.5000.120.33
HSL165.18º33.33%50%-
HSV(B)165.18º50%66.67%-
XYZ23.5532.8533.53-
YUV142.19131.8487.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.04%
GREEN value IS 170 (66.80% from 255) = 42.08%
BLUE value IS 149 (58.59% from 255) = 36.88%
R=21.04%
G=42.08%
B=36.88%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851701490.5000.120.33165.1833.3350
Hex55AA95320C21a52132
Octal12525222562014412454162
Binary101010110101010100101011100100110010000110100101100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #55AA95; }

 p { color: rgb(85,170,149); }

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

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

 a { background-color: rgb(85,170,149); }

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

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

 span { border-color: rgb(85,170,149); }

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