#86F8DA

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

Shades of Aquamarine #86F8DA

Tints of Aquamarine #86F8DA

Color information

#86F8DA (or 0x86F8DA) is unknown color: approx Aquamarine. HEX triplet: 86, F8 and DA. RGB value is (134,248,218). Sum of RGB (Red+Green+Blue) = 134+248+218=600 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.33% from 600); Green value is 248 (97.27% from 255 or 41.33% from 600); Blue value is 218 (85.55% from 255 or 36.33% from 600); Max value from RGB is 248 - color contains mainly: green. Hex color #86F8DA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F8DA is #790725. Grayscale: #D2D2D2. Windows color (decimal): -7931686 or 14350470. OLE color: 14350470.

HSL color Cylindrical-coordinate representation of color #86F8DA: hue angle of 164.21º degrees, saturation: 0.89, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F8DA is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.03.

Color convert

RGB134248218-
CMYK0.4600.120.03
HSL164.21º89.06%74.9%-
HSV(B)164.21º45.97%97.25%-
XYZ56.0577.2778.29-
YUV210.49132.2373.44-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.33%
GREEN value IS 248 (97.27% from 255) = 41.33%
BLUE value IS 218 (85.55% from 255) = 36.33%
R=22.33%
G=41.33%
B=36.33%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1342482180.4600.120.03164.2189.0674.9
Hex86F8DA2E0C3a4594b
Octal206370332560143244131113
Binary10000110111110001101101010111001100111010010010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F8DA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #86F8DA; }

 p { color: rgb(134,248,218); }

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

<style>
 a { background-color: #86F8DA; }

 a { background-color: rgb(134,248,218); }

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

<style>
 span { border-color: #86F8DA; }

 span { border-color: rgb(134,248,218); }

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