#55A799

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

Shades of Keppel #55A799

Tints of Keppel #55A799

Color information

#55A799 (or 0x55A799) is unknown color: approx Keppel. HEX triplet: 55, A7 and 99. RGB value is (85,167,153). Sum of RGB (Red+Green+Blue) = 85+167+153=405 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.99% from 405); Green value is 167 (65.62% from 255 or 41.23% from 405); Blue value is 153 (60.16% from 255 or 37.78% from 405); Max value from RGB is 167 - color contains mainly: green. Hex color #55A799 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55A799 is #AA5866. Grayscale: #8C8C8C. Windows color (decimal): -11163751 or 10069845. OLE color: 10069845.

HSL color Cylindrical-coordinate representation of color #55A799: hue angle of 169.76º degrees, saturation: 0.33, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #55A799 is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.35.

Color convert

RGB85167153-
CMYK0.4900.080.35
HSL169.76º32.54%49.41%-
HSV(B)169.76º49.1%65.49%-
XYZ23.3131.8735.06-
YUV140.89134.8388.14-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.99%
GREEN value IS 167 (65.62% from 255) = 41.23%
BLUE value IS 153 (60.16% from 255) = 37.78%
R=20.99%
G=41.23%
B=37.78%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal851671530.4900.080.35169.7632.5449.41
Hex55A799310823aa2131
Octal12524723161010432524161
Binary101010110100111100110011100010100010001110101010100001110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55A799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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