#87FBDD

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

Shades of Aquamarine #87FBDD

Tints of Aquamarine #87FBDD

Color information

#87FBDD (or 0x87FBDD) is unknown color: approx Aquamarine. HEX triplet: 87, FB and DD. RGB value is (135,251,221). Sum of RGB (Red+Green+Blue) = 135+251+221=607 (80% of max value = 765). Red value is 135 (53.12% from 255 or 22.24% from 607); Green value is 251 (98.44% from 255 or 41.35% from 607); Blue value is 221 (86.72% from 255 or 36.41% from 607); Max value from RGB is 251 - color contains mainly: green. Hex color #87FBDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FBDD is #780422. Grayscale: #D4D4D4. Windows color (decimal): -7865379 or 14547847. OLE color: 14547847.

HSL color Cylindrical-coordinate representation of color #87FBDD: hue angle of 164.48º 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 #87FBDD is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.

Color convert

RGB135251221-
CMYK0.4600.120.02
HSL164.48º93.55%75.69%-
HSV(B)164.48º46.22%98.43%-
XYZ57.5479.3780.69-
YUV212.9132.5772.44-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 22.24%
GREEN value IS 251 (98.44% from 255) = 41.35%
BLUE value IS 221 (86.72% from 255) = 36.41%
R=22.24%
G=41.35%
B=36.41%

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
Decimal1352512210.4600.120.02164.4893.5575.69
Hex87FBDD2E0C2a45e4c
Octal207373335560142244136114
Binary10000111111110111101110110111001100101010010010111101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87FBDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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