#87FFD0

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

Shades of Aquamarine #87FFD0

Tints of Aquamarine #87FFD0

Color information

#87FFD0 (or 0x87FFD0) is unknown color: approx Aquamarine. HEX triplet: 87, FF and D0. RGB value is (135,255,208). Sum of RGB (Red+Green+Blue) = 135+255+208=598 (79% of max value = 765). Red value is 135 (53.12% from 255 or 22.58% from 598); Green value is 255 (100% from 255 or 42.64% from 598); Blue value is 208 (81.64% from 255 or 34.78% from 598); Max value from RGB is 255 - color contains mainly: green. Hex color #87FFD0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FFD0 is #78002F. Grayscale: #D5D5D5. Windows color (decimal): -7864368 or 13696903. OLE color: 13696903.

HSL color Cylindrical-coordinate representation of color #87FFD0: hue angle of 156.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 #87FFD0 is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.

Color convert

RGB135255208-
CMYK0.4700.180
HSL156.5º100%76.47%-
HSV(B)156.5º47.06%100%-
XYZ57.1481.2272.34-
YUV213.76124.7471.82-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 22.58%
GREEN value IS 255 (100% from 255) = 42.64%
BLUE value IS 208 (81.64% from 255) = 34.78%
R=22.58%
G=42.64%
B=34.78%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1352552080.4700.180156.510076.47
Hex87FFD02F01209c644c
Octal207377320570220234144114
Binary10000111111111111101000010111101001001001110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87FFD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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