#86FAD2

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

Shades of Aquamarine #86FAD2

Tints of Aquamarine #86FAD2

Color information

#86FAD2 (or 0x86FAD2) is unknown color: approx Aquamarine. HEX triplet: 86, FA and D2. RGB value is (134,250,210). Sum of RGB (Red+Green+Blue) = 134+250+210=594 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.56% from 594); Green value is 250 (98.05% from 255 or 42.09% from 594); Blue value is 210 (82.42% from 255 or 35.35% from 594); Max value from RGB is 250 - color contains mainly: green. Hex color #86FAD2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FAD2 is #79052D. Grayscale: #D2D2D2. Windows color (decimal): -7931182 or 13826694. OLE color: 13826694.

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

Color convert

RGB134250210-
CMYK0.4600.160.02
HSL159.31º92.06%75.29%-
HSV(B)159.31º46.4%98.04%-
XYZ55.6578.0973.11-
YUV210.76127.5773.25-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.56%
GREEN value IS 250 (98.05% from 255) = 42.09%
BLUE value IS 210 (82.42% from 255) = 35.35%
R=22.56%
G=42.09%
B=35.35%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342502100.4600.160.02159.3192.0675.29
Hex86FAD22E01029f5c4b
Octal206372322560202237134113
Binary100001101111101011010010101110010000101001111110111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FAD2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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