#86f4df

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

Shades of Aquamarine #86F4DF

Tints of Aquamarine #86F4DF

Color information

#86F4DF (or 0x86F4DF) is unknown color: approx Aquamarine. HEX triplet: 86, F4 and DF. RGB value is (134,244,223). Sum of RGB (Red+Green+Blue) = 134+244+223=601 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.30% from 601); Green value is 244 (95.70% from 255 or 40.60% from 601); Blue value is 223 (87.5% from 255 or 37.10% from 601); Max value from RGB is 244 - color contains mainly: green. Hex color #86F4DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F4DF is #790B20. Grayscale: #D0D0D0. Windows color (decimal): -7932705 or 14677126. OLE color: 14677126.

HSL color Cylindrical-coordinate representation of color #86F4DF: hue angle of 168.55º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F4DF is Cyan = 0.45, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.04.

Color convert

RGB134244223-
CMYK0.4500.090.04
HSL168.55º83.33%74.12%-
HSV(B)168.55º45.08%95.69%-
XYZ55.575.181.38-
YUV208.72136.0674.71-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.30%
GREEN value IS 244 (95.70% from 255) = 40.60%
BLUE value IS 223 (87.5% from 255) = 37.10%
R=22.30%
G=40.60%
B=37.10%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1342442230.4500.090.04168.5583.3374.12
Hex86F4DF2D094a9534a
Octal206364337550114251123112
Binary100001101111010011011111101101010011001010100110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86f4df

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,244,223); }

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

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

 a { background-color: rgb(134,244,223); }

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

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

 span { border-color: rgb(134,244,223); }

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