#55AA9A

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

Shades of Keppel #55AA9A

Tints of Keppel #55AA9A

Color information

#55AA9A (or 0x55AA9A) is unknown color: approx Keppel. HEX triplet: 55, AA and 9A. RGB value is (85,170,154). Sum of RGB (Red+Green+Blue) = 85+170+154=409 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.78% from 409); Green value is 170 (66.80% from 255 or 41.56% from 409); Blue value is 154 (60.55% from 255 or 37.65% from 409); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA9A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AA9A is #AA5565. Grayscale: #8E8E8E. Windows color (decimal): -11162982 or 10136149. OLE color: 10136149.

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

Color convert

RGB85170154-
CMYK0.5000.090.33
HSL168.71º33.33%50%-
HSV(B)168.71º50%66.67%-
XYZ23.9533.0135.68-
YUV142.76134.3486.8-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.78%
GREEN value IS 170 (66.80% from 255) = 41.56%
BLUE value IS 154 (60.55% from 255) = 37.65%
R=20.78%
G=41.56%
B=37.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851701540.5000.090.33168.7133.3350
Hex55AA9A320921a92132
Octal12525223262011412514162
Binary101010110101010100110101100100100110000110101001100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA9A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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