#87F1C6

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

Shades of Aquamarine #87F1C6

Tints of Aquamarine #87F1C6

Color information

#87F1C6 (or 0x87F1C6) is unknown color: approx Aquamarine. HEX triplet: 87, F1 and C6. RGB value is (135,241,198). Sum of RGB (Red+Green+Blue) = 135+241+198=574 (76% of max value = 765). Red value is 135 (53.12% from 255 or 23.52% from 574); Green value is 241 (94.53% from 255 or 41.99% from 574); Blue value is 198 (77.73% from 255 or 34.49% from 574); Max value from RGB is 241 - color contains mainly: green. Hex color #87F1C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F1C6 is #780E39. Grayscale: #CCCCCC. Windows color (decimal): -7867962 or 13037959. OLE color: 13037959.

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

Color convert

RGB135241198-
CMYK0.4400.180.05
HSL155.66º79.1%73.73%-
HSV(B)155.66º43.98%94.51%-
XYZ51.6472.1464.63-
YUV204.4124.3878.5-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.52%
GREEN value IS 241 (94.53% from 255) = 41.99%
BLUE value IS 198 (77.73% from 255) = 34.49%
R=23.52%
G=41.99%
B=34.49%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1352411980.4400.180.05155.6679.173.73
Hex87F1C62C01259c4f4a
Octal207361306540225234117112
Binary1000011111110001110001101011000100101011001110010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87F1C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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