#86F8BA

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

Shades of Aquamarine #86F8BA

Tints of Aquamarine #86F8BA

Color information

#86F8BA (or 0x86F8BA) is unknown color: approx Aquamarine. HEX triplet: 86, F8 and BA. RGB value is (134,248,186). Sum of RGB (Red+Green+Blue) = 134+248+186=568 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.59% from 568); Green value is 248 (97.27% from 255 or 43.66% from 568); Blue value is 186 (73.05% from 255 or 32.75% from 568); Max value from RGB is 248 - color contains mainly: green. Hex color #86F8BA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F8BA is #790745. Grayscale: #CECECE. Windows color (decimal): -7931718 or 12253318. OLE color: 12253318.

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

Color convert

RGB134248186-
CMYK0.4600.250.03
HSL147.37º89.06%74.9%-
HSV(B)147.37º45.97%97.25%-
XYZ52.2675.7558.32-
YUV206.85116.2376.04-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.59%
GREEN value IS 248 (97.27% from 255) = 43.66%
BLUE value IS 186 (73.05% from 255) = 32.75%
R=23.59%
G=43.66%
B=32.75%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.25
K (Black) values IS 0.03
SystemRedGreenBlueCMYKHSL
Decimal1342481860.4600.250.03147.3789.0674.9
Hex86F8BA2E019393594b
Octal206370272560313223131113
Binary100001101111100010111010101110011001111001001110110011001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F8BA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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