#87F8DE

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

Shades of Aquamarine #87F8DE

Tints of Aquamarine #87F8DE

Color information

#87F8DE (or 0x87F8DE) is unknown color: approx Aquamarine. HEX triplet: 87, F8 and DE. RGB value is (135,248,222). Sum of RGB (Red+Green+Blue) = 135+248+222=605 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.31% from 605); Green value is 248 (97.27% from 255 or 40.99% from 605); Blue value is 222 (87.11% from 255 or 36.69% from 605); Max value from RGB is 248 - color contains mainly: green. Hex color #87F8DE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F8DE is #780721. Grayscale: #D3D3D3. Windows color (decimal): -7866146 or 14612615. OLE color: 14612615.

HSL color Cylindrical-coordinate representation of color #87F8DE: hue angle of 166.19º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87F8DE is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.03.

Color convert

RGB135248222-
CMYK0.4600.100.03
HSL166.19º88.98%75.1%-
HSV(B)166.19º45.56%97.25%-
XYZ56.7477.5681.09-
YUV211.25134.0673.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 22.31%
GREEN value IS 248 (97.27% from 255) = 40.99%
BLUE value IS 222 (87.11% from 255) = 36.69%
R=22.31%
G=40.99%
B=36.69%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1352482220.4600.100.03166.1988.9875.1
Hex87F8DE2E0A3a6594b
Octal207370336560123246131113
Binary10000111111110001101111010111001010111010011010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87F8DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,248,222); }

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

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

 a { background-color: rgb(135,248,222); }

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

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

 span { border-color: rgb(135,248,222); }

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