#55AC95

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

Shades of Keppel #55AC95

Tints of Keppel #55AC95

Color information

#55AC95 (or 0x55AC95) is unknown color: approx Keppel. HEX triplet: 55, AC and 95. RGB value is (85,172,149). Sum of RGB (Red+Green+Blue) = 85+172+149=406 (53% of max value = 765). Red value is 85 (33.59% from 255 or 20.94% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 149 (58.59% from 255 or 36.70% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC95 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AC95 is #AA536A. Grayscale: #8F8F8F. Windows color (decimal): -11162475 or 9808981. OLE color: 9808981.

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

Color convert

RGB85172149-
CMYK0.5100.130.33
HSL164.14º34.39%50.39%-
HSV(B)164.14º50.58%67.45%-
XYZ23.9233.6133.66-
YUV143.36131.1886.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 20.94%
GREEN value IS 172 (67.58% from 255) = 42.36%
BLUE value IS 149 (58.59% from 255) = 36.70%
R=20.94%
G=42.36%
B=36.70%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851721490.5100.130.33164.1434.3950.39
Hex55AC95330D21a42232
Octal12525422563015412444262
Binary101010110101100100101011100110110110000110100100100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AC95

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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