#55AA98

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

Shades of Keppel #55AA98

Tints of Keppel #55AA98

Color information

#55AA98 (or 0x55AA98) is unknown color: approx Keppel. HEX triplet: 55, AA and 98. RGB value is (85,170,152). Sum of RGB (Red+Green+Blue) = 85+170+152=407 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.88% from 407); Green value is 170 (66.80% from 255 or 41.77% from 407); Blue value is 152 (59.77% from 255 or 37.35% from 407); Max value from RGB is 170 - color contains mainly: green. Hex color #55AA98 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AA98 is #AA5567. Grayscale: #8E8E8E. Windows color (decimal): -11162984 or 10005077. OLE color: 10005077.

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

Color convert

RGB85170152-
CMYK0.5000.110.33
HSL167.29º33.33%50%-
HSV(B)167.29º50%66.67%-
XYZ23.7932.9534.81-
YUV142.53133.3486.96-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.88%
GREEN value IS 170 (66.80% from 255) = 41.77%
BLUE value IS 152 (59.77% from 255) = 37.35%
R=20.88%
G=41.77%
B=37.35%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851701520.5000.110.33167.2933.3350
Hex55AA98320B21a72132
Octal12525223062013412474162
Binary101010110101010100110001100100101110000110100111100001110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AA98

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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