#87F3DC

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

Shades of Aquamarine #87F3DC

Tints of Aquamarine #87F3DC

Color information

#87F3DC (or 0x87F3DC) is unknown color: approx Aquamarine. HEX triplet: 87, F3 and DC. RGB value is (135,243,220). Sum of RGB (Red+Green+Blue) = 135+243+220=598 (79% of max value = 765). Red value is 135 (53.12% from 255 or 22.58% from 598); Green value is 243 (95.31% from 255 or 40.64% from 598); Blue value is 220 (86.33% from 255 or 36.79% from 598); Max value from RGB is 243 - color contains mainly: green. Hex color #87F3DC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #87F3DC is #780C23. Grayscale: #D0D0D0. Windows color (decimal): -7867428 or 14480263. OLE color: 14480263.

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

Color convert

RGB135243220-
CMYK0.4400.090.05
HSL167.22º81.82%74.12%-
HSV(B)167.22º44.44%95.29%-
XYZ54.9674.4279.18-
YUV208.09134.7275.87-

RGB Variations

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

RGB

RED value IS 135 (53.12% from 255) = 22.58%
GREEN value IS 243 (95.31% from 255) = 40.64%
BLUE value IS 220 (86.33% from 255) = 36.79%
R=22.58%
G=40.64%
B=36.79%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1352432200.4400.090.05167.2281.8274.12
Hex87F3DC2C095a7524a
Octal207363334540115247122112
Binary100001111111001111011100101100010011011010011110100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #87F3DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(135,243,220); }

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

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

 a { background-color: rgb(135,243,220); }

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

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

 span { border-color: rgb(135,243,220); }

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