#87F2C4

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

Shades of Aquamarine #87F2C4

Tints of Aquamarine #87F2C4

Color information

#87F2C4 (or 0x87F2C4) is unknown color: approx Aquamarine. HEX triplet: 87, F2 and C4. RGB value is (135,242,196). Sum of RGB (Red+Green+Blue) = 135+242+196=573 (75% of max value = 765). Red value is 135 (53.12% from 255 or 23.56% from 573); Green value is 242 (94.92% from 255 or 42.23% from 573); Blue value is 196 (76.95% from 255 or 34.21% from 573); Max value from RGB is 242 - color contains mainly: green. Hex color #87F2C4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F2C4 is #780D3B. Grayscale: #CCCCCC. Windows color (decimal): -7867708 or 12907143. OLE color: 12907143.

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

Color convert

RGB135242196-
CMYK0.4400.190.05
HSL154.21º80.45%73.92%-
HSV(B)154.21º44.21%94.9%-
XYZ51.7172.6463.52-
YUV204.76123.0578.24-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 23.56%
GREEN value IS 242 (94.92% from 255) = 42.23%
BLUE value IS 196 (76.95% from 255) = 34.21%
R=23.56%
G=42.23%
B=34.21%

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
Decimal1352421960.4400.190.05154.2180.4573.92
Hex87F2C42C01359a504a
Octal207362304540235232120112
Binary1000011111110010110001001011000100111011001101010100001001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87F2C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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