#87F2C3

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

Shades of Aquamarine #87F2C3

Tints of Aquamarine #87F2C3

Color information

#87F2C3 (or 0x87F2C3) is unknown color: approx Aquamarine. HEX triplet: 87, F2 and C3. RGB value is (135,242,195). Sum of RGB (Red+Green+Blue) = 135+242+195=572 (75% of max value = 765). Red value is 135 (53.12% from 255 or 23.60% from 572); Green value is 242 (94.92% from 255 or 42.31% from 572); Blue value is 195 (76.56% from 255 or 34.09% from 572); Max value from RGB is 242 - color contains mainly: green. Hex color #87F2C3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F2C3 is #780D3C. Grayscale: #CCCCCC. Windows color (decimal): -7867709 or 12841607. OLE color: 12841607.

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

Color convert

RGB135242195-
CMYK0.4400.190.05
HSL153.64º80.45%73.92%-
HSV(B)153.64º44.21%94.9%-
XYZ51.5972.662.92-
YUV204.65122.5578.32-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.60%
GREEN value IS 242 (94.92% from 255) = 42.31%
BLUE value IS 195 (76.56% from 255) = 34.09%
R=23.60%
G=42.31%
B=34.09%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1352421950.4400.190.05153.6480.4573.92
Hex87F2C32C01359a504a
Octal207362303540235232120112
Binary1000011111110010110000111011000100111011001101010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87F2C3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,242,195); }

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

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

 a { background-color: rgb(135,242,195); }

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

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

 span { border-color: rgb(135,242,195); }

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