#87FFBA

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

Shades of Aquamarine #87FFBA

Tints of Aquamarine #87FFBA

Color information

#87FFBA (or 0x87FFBA) is unknown color: approx Aquamarine. HEX triplet: 87, FF and BA. RGB value is (135,255,186). Sum of RGB (Red+Green+Blue) = 135+255+186=576 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.44% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 186 (73.05% from 255 or 32.29% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #87FFBA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FFBA is #780045. Grayscale: #D3D3D3. Windows color (decimal): -7864390 or 12255111. OLE color: 12255111.

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

Color convert

RGB135255186-
CMYK0.4700.270
HSL145.5º100%76.47%-
HSV(B)145.5º47.06%100%-
XYZ54.6180.2259.06-
YUV211.25113.7473.61-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.44%
GREEN value IS 255 (100% from 255) = 44.27%
BLUE value IS 186 (73.05% from 255) = 32.29%
R=23.44%
G=44.27%
B=32.29%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.27
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1352551860.4700.270145.510076.47
Hex87FFBA2F01B092644c
Octal207377272570330222144114
Binary10000111111111111011101010111101101101001001011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87FFBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,255,186); }

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

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

 a { background-color: rgb(135,255,186); }

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

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

 span { border-color: rgb(135,255,186); }

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