#86F8C6

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

Shades of Aquamarine #86F8C6

Tints of Aquamarine #86F8C6

Color information

#86F8C6 (or 0x86F8C6) is unknown color: approx Aquamarine. HEX triplet: 86, F8 and C6. RGB value is (134,248,198). Sum of RGB (Red+Green+Blue) = 134+248+198=580 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.10% from 580); Green value is 248 (97.27% from 255 or 42.76% from 580); Blue value is 198 (77.73% from 255 or 34.14% from 580); Max value from RGB is 248 - color contains mainly: green. Hex color #86F8C6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F8C6 is #790739. Grayscale: #D0D0D0. Windows color (decimal): -7931706 or 13039750. OLE color: 13039750.

HSL color Cylindrical-coordinate representation of color #86F8C6: hue angle of 153.68º 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 #86F8C6 is Cyan = 0.46, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.03.

Color convert

RGB134248198-
CMYK0.4600.200.03
HSL153.68º89.06%74.9%-
HSV(B)153.68º45.97%97.25%-
XYZ53.5976.2865.33-
YUV208.21122.2375.07-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.10%
GREEN value IS 248 (97.27% from 255) = 42.76%
BLUE value IS 198 (77.73% from 255) = 34.14%
R=23.10%
G=42.76%
B=34.14%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1342481980.4600.200.03153.6889.0674.9
Hex86F8C62E01439a594b
Octal206370306560243232131113
Binary100001101111100011000110101110010100111001101010110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F8C6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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