#55AC8F

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

Shades of Keppel #55AC8F

Tints of Keppel #55AC8F

Color information

#55AC8F (or 0x55AC8F) is unknown color: approx Keppel. HEX triplet: 55, AC and 8F. RGB value is (85,172,143). Sum of RGB (Red+Green+Blue) = 85+172+143=400 (52% of max value = 765). Red value is 85 (33.59% from 255 or 21.25% from 400); Green value is 172 (67.58% from 255 or 43% from 400); Blue value is 143 (56.25% from 255 or 35.75% from 400); Max value from RGB is 172 - color contains mainly: green. Hex color #55AC8F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55AC8F is #AA5370. Grayscale: #8E8E8E. Windows color (decimal): -11162481 or 9415765. OLE color: 9415765.

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

Color convert

RGB85172143-
CMYK0.5100.170.33
HSL160º34.39%50.39%-
HSV(B)160º50.58%67.45%-
XYZ23.4633.4231.2-
YUV142.68128.1886.86-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 21.25%
GREEN value IS 172 (67.58% from 255) = 43%
BLUE value IS 143 (56.25% from 255) = 35.75%
R=21.25%
G=43%
B=35.75%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal851721430.5100.170.3316034.3950.39
Hex55AC8F3301121a02232
Octal12525421763021412404262
Binary1010101101011001000111111001101000110000110100000100010110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #55AC8F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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