#87f7cf

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

Shades of Aquamarine #87F7CF

Tints of Aquamarine #87F7CF

Color information

#87F7CF (or 0x87F7CF) is unknown color: approx Aquamarine. HEX triplet: 87, F7 and CF. RGB value is (135,247,207). Sum of RGB (Red+Green+Blue) = 135+247+207=589 (78% of max value = 765). Red value is 135 (53.12% from 255 or 22.92% from 589); Green value is 247 (96.88% from 255 or 41.94% from 589); Blue value is 207 (81.25% from 255 or 35.14% from 589); Max value from RGB is 247 - color contains mainly: green. Hex color #87F7CF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F7CF is #780830. Grayscale: #D1D1D1. Windows color (decimal): -7866417 or 13629319. OLE color: 13629319.

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

Color convert

RGB135247207-
CMYK0.4500.160.03
HSL158.57º87.5%74.9%-
HSV(B)158.57º45.34%96.86%-
XYZ54.5176.1870.86-
YUV208.95126.8975.25-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 22.92%
GREEN value IS 247 (96.88% from 255) = 41.94%
BLUE value IS 207 (81.25% from 255) = 35.14%
R=22.92%
G=41.94%
B=35.14%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1352472070.4500.160.03158.5787.574.9
Hex87F7CF2D01039f584b
Octal207367317550203237130113
Binary100001111111011111001111101101010000111001111110110001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87f7cf

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,247,207); }

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

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

 a { background-color: rgb(135,247,207); }

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

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

 span { border-color: rgb(135,247,207); }

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