#86FFCE

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

Shades of Aquamarine #86FFCE

Tints of Aquamarine #86FFCE

Color information

#86FFCE (or 0x86FFCE) is unknown color: approx Aquamarine. HEX triplet: 86, FF and CE. RGB value is (134,255,206). Sum of RGB (Red+Green+Blue) = 134+255+206=595 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.52% from 595); Green value is 255 (100% from 255 or 42.86% from 595); Blue value is 206 (80.86% from 255 or 34.62% from 595); Max value from RGB is 255 - color contains mainly: green. Hex color #86FFCE is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FFCE is #790031. Grayscale: #D5D5D5. Windows color (decimal): -7929906 or 13565830. OLE color: 13565830.

HSL color Cylindrical-coordinate representation of color #86FFCE: hue angle of 155.7º degrees, saturation: 1, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #86FFCE is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.

Color convert

RGB134255206-
CMYK0.4700.190
HSL155.7º100%76.27%-
HSV(B)155.7º47.45%100%-
XYZ56.7381.0471.05-
YUV213.24123.9171.48-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.52%
GREEN value IS 255 (100% from 255) = 42.86%
BLUE value IS 206 (80.86% from 255) = 34.62%
R=22.52%
G=42.86%
B=34.62%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0
SystemRedGreenBlueCMYKHSL
Decimal1342552060.4700.190155.710076.27
Hex86FFCE2F01309c644c
Octal206377316570230234144114
Binary10000110111111111100111010111101001101001110011001001001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FFCE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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