#55AA94

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

Shades of Keppel #55AA94

Tints of Keppel #55AA94

Color information

#55AA94 (or 0x55AA94) is unknown color: approx Keppel. HEX triplet: 55, AA and 94. RGB value is (85,170,148). Sum of RGB (Red+Green+Blue) = 85+170+148=403 (53% of max value = 765). Red value is 85 (33.59% from 255 or 21.09% from 403); Green value is 170 (66.80% from 255 or 42.18% from 403); Blue value is 148 (58.20% from 255 or 36.72% from 403); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AA94 is #AA556B. Grayscale: #8E8E8E. Windows color (decimal): -11162988 or 9742933. OLE color: 9742933.

HSL color Cylindrical-coordinate representation of color #55AA94: hue angle of 164.47º 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 #55AA94 is Cyan = 0.50, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.33.

Color convert

RGB85170148-
CMYK0.5000.130.33
HSL164.47º33.33%50%-
HSV(B)164.47º50%66.67%-
XYZ23.4732.8233.11-
YUV142.08131.3487.29-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.09%
GREEN value IS 170 (66.80% from 255) = 42.18%
BLUE value IS 148 (58.20% from 255) = 36.72%
R=21.09%
G=42.18%
B=36.72%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851701480.5000.130.33164.4733.3350
Hex55AA94320D21a42132
Octal12525222462015412444162
Binary101010110101010100101001100100110110000110100100100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA94

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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