#87F1CA

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

Shades of Aquamarine #87F1CA

Tints of Aquamarine #87F1CA

Color information

#87F1CA (or 0x87F1CA) is unknown color: approx Aquamarine. HEX triplet: 87, F1 and CA. RGB value is (135,241,202). Sum of RGB (Red+Green+Blue) = 135+241+202=578 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.36% from 578); Green value is 241 (94.53% from 255 or 41.70% from 578); Blue value is 202 (79.30% from 255 or 34.95% from 578); Max value from RGB is 241 - color contains mainly: green. Hex color #87F1CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F1CA is #780E35. Grayscale: #CCCCCC. Windows color (decimal): -7867958 or 13300103. OLE color: 13300103.

HSL color Cylindrical-coordinate representation of color #87F1CA: hue angle of 157.92º 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 #87F1CA is Cyan = 0.44, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.05.

Color convert

RGB135241202-
CMYK0.4400.160.05
HSL157.92º79.1%73.73%-
HSV(B)157.92º43.98%94.51%-
XYZ52.1172.3367.09-
YUV204.86126.3878.17-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.36%
GREEN value IS 241 (94.53% from 255) = 41.70%
BLUE value IS 202 (79.30% from 255) = 34.95%
R=23.36%
G=41.70%
B=34.95%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1352412020.4400.160.05157.9279.173.73
Hex87F1CA2C01059e4f4a
Octal207361312540205236117112
Binary1000011111110001110010101011000100001011001111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87F1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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