#86FAE6

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

Shades of Aquamarine #86FAE6

Tints of Aquamarine #86FAE6

Color information

#86FAE6 (or 0x86FAE6) is unknown color: approx Aquamarine. HEX triplet: 86, FA and E6. RGB value is (134,250,230). Sum of RGB (Red+Green+Blue) = 134+250+230=614 (81% of max value = 765). Red value is 134 (52.73% from 255 or 21.82% from 614); Green value is 250 (98.05% from 255 or 40.72% from 614); Blue value is 230 (90.23% from 255 or 37.46% from 614); Max value from RGB is 250 - color contains mainly: green. Hex color #86FAE6 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #86FAE6 is #790519. Grayscale: #D5D5D5. Windows color (decimal): -7931162 or 15137414. OLE color: 15137414.

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

Color convert

RGB134250230-
CMYK0.4600.080.02
HSL169.66º92.06%75.29%-
HSV(B)169.66º46.4%98.04%-
XYZ58.379.1587.07-
YUV213.04137.5771.63-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 21.82%
GREEN value IS 250 (98.05% from 255) = 40.72%
BLUE value IS 230 (90.23% from 255) = 37.46%
R=21.82%
G=40.72%
B=37.46%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342502300.4600.080.02169.6692.0675.29
Hex86FAE62E082aa5c4b
Octal206372346560102252134113
Binary10000110111110101110011010111001000101010101010111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FAE6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,250,230); }

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

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

 a { background-color: rgb(134,250,230); }

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

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

 span { border-color: rgb(134,250,230); }

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