#86FEB4

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

Shades of Aquamarine #86FEB4

Tints of Aquamarine #86FEB4

Color information

#86FEB4 (or 0x86FEB4) is unknown color: approx Aquamarine. HEX triplet: 86, FE and B4. RGB value is (134,254,180). Sum of RGB (Red+Green+Blue) = 134+254+180=568 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.59% from 568); Green value is 254 (99.61% from 255 or 44.72% from 568); Blue value is 180 (70.70% from 255 or 31.69% from 568); Max value from RGB is 254 - color contains mainly: green. Hex color #86FEB4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FEB4 is #79014B. Grayscale: #D1D1D1. Windows color (decimal): -7930188 or 11861638. OLE color: 11861638.

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

Color convert

RGB134254180-
CMYK0.4700.290.00
HSL143º98.36%76.08%-
HSV(B)143º47.24%99.61%-
XYZ53.5179.2555.66-
YUV209.68111.2474.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.59%
GREEN value IS 254 (99.61% from 255) = 44.72%
BLUE value IS 180 (70.70% from 255) = 31.69%
R=23.59%
G=44.72%
B=31.69%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.29
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1342541800.4700.290.0014398.3676.08
Hex86FEB42F01D08f624c
Octal206376264570350217142114
Binary10000110111111101011010010111101110101000111111000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FEB4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,254,180); }

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

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

 a { background-color: rgb(134,254,180); }

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

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

 span { border-color: rgb(134,254,180); }

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