#86FBBE

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

Shades of Aquamarine #86FBBE

Tints of Aquamarine #86FBBE

Color information

#86FBBE (or 0x86FBBE) is unknown color: approx Aquamarine. HEX triplet: 86, FB and BE. RGB value is (134,251,190). Sum of RGB (Red+Green+Blue) = 134+251+190=575 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.30% from 575); Green value is 251 (98.44% from 255 or 43.65% from 575); Blue value is 190 (74.61% from 255 or 33.04% from 575); Max value from RGB is 251 - color contains mainly: green. Hex color #86FBBE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FBBE is #790441. Grayscale: #D1D1D1. Windows color (decimal): -7930946 or 12516230. OLE color: 12516230.

HSL color Cylindrical-coordinate representation of color #86FBBE: hue angle of 148.72º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FBBE is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.02.

Color convert

RGB134251190-
CMYK0.4700.240.02
HSL148.72º93.6%75.49%-
HSV(B)148.72º46.61%98.43%-
XYZ53.6277.7860.9-
YUV209.06117.2474.46-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.30%
GREEN value IS 251 (98.44% from 255) = 43.65%
BLUE value IS 190 (74.61% from 255) = 33.04%
R=23.30%
G=43.65%
B=33.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342511900.4700.240.02148.7293.675.49
Hex86FBBE2F0182955e4b
Octal206373276570302225136113
Binary100001101111101110111110101111011000101001010110111101001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FBBE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,251,190); }

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

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

 a { background-color: rgb(134,251,190); }

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

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

 span { border-color: rgb(134,251,190); }

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