#87FFCC

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

Shades of Aquamarine #87FFCC

Tints of Aquamarine #87FFCC

Color information

#87FFCC (or 0x87FFCC) is unknown color: approx Aquamarine. HEX triplet: 87, FF and CC. RGB value is (135,255,204). Sum of RGB (Red+Green+Blue) = 135+255+204=594 (78% of max value = 765). Red value is 135 (53.12% from 255 or 22.73% from 594); Green value is 255 (100% from 255 or 42.93% from 594); Blue value is 204 (80.08% from 255 or 34.34% from 594); Max value from RGB is 255 - color contains mainly: green. Hex color #87FFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87FFCC is #780033. Grayscale: #D5D5D5. Windows color (decimal): -7864372 or 13434759. OLE color: 13434759.

HSL color Cylindrical-coordinate representation of color #87FFCC: hue angle of 154.5º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #87FFCC is Cyan = 0.47, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.

Color convert

RGB135255204-
CMYK0.4700.20
HSL154.5º100%76.47%-
HSV(B)154.5º47.06%100%-
XYZ56.6581.0369.78-
YUV213.31122.7472.15-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 22.73%
GREEN value IS 255 (100% from 255) = 42.93%
BLUE value IS 204 (80.08% from 255) = 34.34%
R=22.73%
G=42.93%
B=34.34%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1352552040.4700.20154.510076.47
Hex87FFCC2F01409a644c
Octal207377314570240232144114
Binary10000111111111111100110010111101010001001101011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87FFCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,255,204); }

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

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

 a { background-color: rgb(135,255,204); }

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

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

 span { border-color: rgb(135,255,204); }

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