#87F1BD

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

Shades of Aquamarine #87F1BD

Tints of Aquamarine #87F1BD

Color information

#87F1BD (or 0x87F1BD) is unknown color: approx Aquamarine. HEX triplet: 87, F1 and BD. RGB value is (135,241,189). Sum of RGB (Red+Green+Blue) = 135+241+189=565 (74% of max value = 765). Red value is 135 (53.12% from 255 or 23.89% from 565); Green value is 241 (94.53% from 255 or 42.65% from 565); Blue value is 189 (74.22% from 255 or 33.45% from 565); Max value from RGB is 241 - color contains mainly: green. Hex color #87F1BD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F1BD is #780E42. Grayscale: #CBCBCB. Windows color (decimal): -7867971 or 12448135. OLE color: 12448135.

HSL color Cylindrical-coordinate representation of color #87F1BD: hue angle of 150.57º degrees, saturation: 0.79, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #87F1BD is Cyan = 0.44, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.05.

Color convert

RGB135241189-
CMYK0.4400.220.05
HSL150.57º79.1%73.73%-
HSV(B)150.57º43.98%94.51%-
XYZ50.6371.7459.32-
YUV203.38119.8879.23-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.89%
GREEN value IS 241 (94.53% from 255) = 42.65%
BLUE value IS 189 (74.22% from 255) = 33.45%
R=23.89%
G=42.65%
B=33.45%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.22
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1352411890.4400.220.05150.5779.173.73
Hex87F1BD2C0165974f4a
Octal207361275540265227117112
Binary1000011111110001101111011011000101101011001011110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87F1BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,241,189); }

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

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

 a { background-color: rgb(135,241,189); }

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

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

 span { border-color: rgb(135,241,189); }

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