#87EDD5

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

Shades of Aquamarine #87EDD5

Tints of Aquamarine #87EDD5

Color information

#87EDD5 (or 0x87EDD5) is unknown color: approx Aquamarine. HEX triplet: 87, ED and D5. RGB value is (135,237,213). Sum of RGB (Red+Green+Blue) = 135+237+213=585 (77% of max value = 765). Red value is 135 (53.12% from 255 or 23.08% from 585); Green value is 237 (92.97% from 255 or 40.51% from 585); Blue value is 213 (83.59% from 255 or 36.41% from 585); Max value from RGB is 237 - color contains mainly: green. Hex color #87EDD5 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87EDD5 is #78122A. Grayscale: #CBCBCB. Windows color (decimal): -7868971 or 14019975. OLE color: 14019975.

HSL color Cylindrical-coordinate representation of color #87EDD5: hue angle of 165.88º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #87EDD5 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.07.

Color convert

RGB135237213-
CMYK0.4300.100.07
HSL165.88º73.91%72.94%-
HSV(B)165.88º43.04%92.94%-
XYZ52.2970.5273.81-
YUV203.77133.2178.95-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.08%
GREEN value IS 237 (92.97% from 255) = 40.51%
BLUE value IS 213 (83.59% from 255) = 36.41%
R=23.08%
G=40.51%
B=36.41%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1352372130.4300.100.07165.8873.9172.94
Hex87EDD52B0A7a64a49
Octal207355325530127246112111
Binary100001111110110111010101101011010101111010011010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87EDD5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,237,213); }

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

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

 a { background-color: rgb(135,237,213); }

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

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

 span { border-color: rgb(135,237,213); }

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