#55AC99

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

Shades of Keppel #55AC99

Tints of Keppel #55AC99

Color information

#55AC99 (or 0x55AC99) is unknown color: approx Keppel. HEX triplet: 55, AC and 99. RGB value is (85,172,153). Sum of RGB (Red+Green+Blue) = 85+172+153=410 (54% of max value = 765). Red value is 85 (33.59% from 255 or 20.73% from 410); Green value is 172 (67.58% from 255 or 41.95% from 410); Blue value is 153 (60.16% from 255 or 37.32% from 410); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AC99 is #AA5366. Grayscale: #8F8F8F. Windows color (decimal): -11162471 or 10071125. OLE color: 10071125.

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

Color convert

RGB85172153-
CMYK0.5100.110.33
HSL166.9º34.39%50.39%-
HSV(B)166.9º50.58%67.45%-
XYZ24.2533.7435.37-
YUV143.82133.1886.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.73%
GREEN value IS 172 (67.58% from 255) = 41.95%
BLUE value IS 153 (60.16% from 255) = 37.32%
R=20.73%
G=41.95%
B=37.32%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851721530.5100.110.33166.934.3950.39
Hex55AC99330B21a72232
Octal12525423163013412474262
Binary101010110101100100110011100110101110000110100111100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AC99

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(85,172,153); }

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

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

 a { background-color: rgb(85,172,153); }

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

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

 span { border-color: rgb(85,172,153); }

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