#87F5DF

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

Shades of Aquamarine #87F5DF

Tints of Aquamarine #87F5DF

Color information

#87F5DF (or 0x87F5DF) is unknown color: approx Aquamarine. HEX triplet: 87, F5 and DF. RGB value is (135,245,223). Sum of RGB (Red+Green+Blue) = 135+245+223=603 (79% of max value = 765). Red value is 135 (53.12% from 255 or 22.39% from 603); Green value is 245 (96.09% from 255 or 40.63% from 603); Blue value is 223 (87.5% from 255 or 36.98% from 603); Max value from RGB is 245 - color contains mainly: green. Hex color #87F5DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F5DF is #780A20. Grayscale: #D1D1D1. Windows color (decimal): -7866913 or 14677383. OLE color: 14677383.

HSL color Cylindrical-coordinate representation of color #87F5DF: hue angle of 168º degrees, saturation: 0.85, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #87F5DF is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB135245223-
CMYK0.4500.090.04
HSL168º84.62%74.51%-
HSV(B)168º44.9%96.08%-
XYZ55.9675.7881.49-
YUV209.6135.5674.79-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 22.39%
GREEN value IS 245 (96.09% from 255) = 40.63%
BLUE value IS 223 (87.5% from 255) = 36.98%
R=22.39%
G=40.63%
B=36.98%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1352452230.4500.090.0416884.6274.51
Hex87F5DF2D094a8554b
Octal207365337550114250125113
Binary100001111111010111011111101101010011001010100010101011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87F5DF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,245,223); }

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

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

 a { background-color: rgb(135,245,223); }

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

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

 span { border-color: rgb(135,245,223); }

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