#87FCDD

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

Shades of Aquamarine #87FCDD

Tints of Aquamarine #87FCDD

Color information

#87FCDD (or 0x87FCDD) is unknown color: approx Aquamarine. HEX triplet: 87, FC and DD. RGB value is (135,252,221). Sum of RGB (Red+Green+Blue) = 135+252+221=608 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.20% from 608); Green value is 252 (98.83% from 255 or 41.45% from 608); Blue value is 221 (86.72% from 255 or 36.35% from 608); Max value from RGB is 252 - color contains mainly: green. Hex color #87FCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FCDD is #780322. Grayscale: #D5D5D5. Windows color (decimal): -7865123 or 14548103. OLE color: 14548103.

HSL color Cylindrical-coordinate representation of color #87FCDD: hue angle of 164.1º degrees, saturation: 0.95, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #87FCDD is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.

Color convert

RGB135252221-
CMYK0.4600.120.01
HSL164.1º95.12%75.88%-
HSV(B)164.1º46.43%98.82%-
XYZ57.8579.9980.8-
YUV213.48132.2472.02-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 22.20%
GREEN value IS 252 (98.83% from 255) = 41.45%
BLUE value IS 221 (86.72% from 255) = 36.35%
R=22.20%
G=41.45%
B=36.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.01
SystemRedGreenBlueCMYKHSL
Decimal1352522210.4600.120.01164.195.1275.88
Hex87FCDD2E0C1a45f4c
Octal207374335560141244137114
Binary1000011111111100110111011011100110011010010010111111001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87FCDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,252,221); }

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

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

 a { background-color: rgb(135,252,221); }

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

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

 span { border-color: rgb(135,252,221); }

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