#86F3CE

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

Shades of Aquamarine #86F3CE

Tints of Aquamarine #86F3CE

Color information

#86F3CE (or 0x86F3CE) is unknown color: approx Aquamarine. HEX triplet: 86, F3 and CE. RGB value is (134,243,206). Sum of RGB (Red+Green+Blue) = 134+243+206=583 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.98% from 583); Green value is 243 (95.31% from 255 or 41.68% from 583); Blue value is 206 (80.86% from 255 or 35.33% from 583); Max value from RGB is 243 - color contains mainly: green. Hex color #86F3CE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F3CE is #790C31. Grayscale: #CECECE. Windows color (decimal): -7932978 or 13562758. OLE color: 13562758.

HSL color Cylindrical-coordinate representation of color #86F3CE: hue angle of 159.63º degrees, saturation: 0.82, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F3CE is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB134243206-
CMYK0.4500.150.05
HSL159.63º81.95%73.92%-
HSV(B)159.63º44.86%95.29%-
XYZ53.0273.6369.81-
YUV206.19127.8976.51-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.98%
GREEN value IS 243 (95.31% from 255) = 41.68%
BLUE value IS 206 (80.86% from 255) = 35.33%
R=22.98%
G=41.68%
B=35.33%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342432060.4500.150.05159.6381.9573.92
Hex86F3CE2D0F5a0524a
Octal206363316550175240122112
Binary100001101111001111001110101101011111011010000010100101001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F3CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,243,206); }

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

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

 a { background-color: rgb(134,243,206); }

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

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

 span { border-color: rgb(134,243,206); }

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