#87FED8

Color #87FED8 Aquamarine (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Aquamarine #87FED8

Tints of Aquamarine #87FED8

Color information

#87FED8 (or 0x87FED8) is unknown color: approx Aquamarine. HEX triplet: 87, FE and D8. RGB value is (135,254,216). Sum of RGB (Red+Green+Blue) = 135+254+216=605 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.31% from 605); Green value is 254 (99.61% from 255 or 41.98% from 605); Blue value is 216 (84.77% from 255 or 35.70% from 605); Max value from RGB is 254 - color contains mainly: green. Hex color #87FED8 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FED8 is #780127. Grayscale: #D6D6D6. Windows color (decimal): -7864616 or 14220935. OLE color: 14220935.

HSL color Cylindrical-coordinate representation of color #87FED8: hue angle of 160.84º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87FED8 is Cyan = 0.47, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.00.

Color convert

RGB135254216-
CMYK0.4700.150.00
HSL160.84º98.35%76.27%-
HSV(B)160.84º46.85%99.61%-
XYZ57.8380.9977.55-
YUV214.09129.0871.59-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 22.31%
GREEN value IS 254 (99.61% from 255) = 41.98%
BLUE value IS 216 (84.77% from 255) = 35.70%
R=22.31%
G=41.98%
B=35.70%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1352542160.4700.150.00160.8498.3576.27
Hex87FED82F0F0a1624c
Octal207376330570170241142114
Binary1000011111111110110110001011110111101010000111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87FED8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #87FED8; }

 p { color: rgb(135,254,216); }

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

<style>
 a { background-color: #87FED8; }

 a { background-color: rgb(135,254,216); }

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

<style>
 span { border-color: #87FED8; }

 span { border-color: rgb(135,254,216); }

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