#86FEC2

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

Shades of Aquamarine #86FEC2

Tints of Aquamarine #86FEC2

Color information

#86FEC2 (or 0x86FEC2) is unknown color: approx Aquamarine. HEX triplet: 86, FE and C2. RGB value is (134,254,194). Sum of RGB (Red+Green+Blue) = 134+254+194=582 (77% of max value = 765). Red value is 134 (52.73% from 255 or 23.02% from 582); Green value is 254 (99.61% from 255 or 43.64% from 582); Blue value is 194 (76.17% from 255 or 33.33% from 582); Max value from RGB is 254 - color contains mainly: green. Hex color #86FEC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86FEC2 is #79013D. Grayscale: #D3D3D3. Windows color (decimal): -7930174 or 12779142. OLE color: 12779142.

HSL color Cylindrical-coordinate representation of color #86FEC2: hue angle of 150º 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 #86FEC2 is Cyan = 0.47, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.00.

Color convert

RGB134254194-
CMYK0.4700.240.00
HSL150º98.36%76.08%-
HSV(B)150º47.24%99.61%-
XYZ55.0179.8563.55-
YUV211.28118.2472.88-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.02%
GREEN value IS 254 (99.61% from 255) = 43.64%
BLUE value IS 194 (76.17% from 255) = 33.33%
R=23.02%
G=43.64%
B=33.33%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.24
K (Black) values IS 0.00
SystemRedGreenBlueCMYKHSL
Decimal1342541940.4700.240.0015098.3676.08
Hex86FEC22F018096624c
Octal206376302570300226142114
Binary10000110111111101100001010111101100001001011011000101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86FEC2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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