#87FBDC

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

Shades of Aquamarine #87FBDC

Tints of Aquamarine #87FBDC

Color information

#87FBDC (or 0x87FBDC) is unknown color: approx Aquamarine. HEX triplet: 87, FB and DC. RGB value is (135,251,220). Sum of RGB (Red+Green+Blue) = 135+251+220=606 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.28% from 606); Green value is 251 (98.44% from 255 or 41.42% from 606); Blue value is 220 (86.33% from 255 or 36.30% from 606); Max value from RGB is 251 - color contains mainly: green. Hex color #87FBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FBDC is #780423. Grayscale: #D4D4D4. Windows color (decimal): -7865380 or 14482311. OLE color: 14482311.

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

Color convert

RGB135251220-
CMYK0.4600.120.02
HSL163.97º93.55%75.69%-
HSV(B)163.97º46.22%98.43%-
XYZ57.4179.3179.99-
YUV212.78132.0772.52-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 22.28%
GREEN value IS 251 (98.44% from 255) = 41.42%
BLUE value IS 220 (86.33% from 255) = 36.30%
R=22.28%
G=41.42%
B=36.30%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1352512200.4600.120.02163.9793.5575.69
Hex87FBDC2E0C2a45e4c
Octal207373334560142244136114
Binary10000111111110111101110010111001100101010010010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87FBDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,251,220); }

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

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

 a { background-color: rgb(135,251,220); }

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

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

 span { border-color: rgb(135,251,220); }

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