#86F1E2

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

Shades of Aquamarine #86F1E2

Tints of Aquamarine #86F1E2

Color information

#86F1E2 (or 0x86F1E2) is unknown color: approx Aquamarine. HEX triplet: 86, F1 and E2. RGB value is (134,241,226). Sum of RGB (Red+Green+Blue) = 134+241+226=601 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.30% from 601); Green value is 241 (94.53% from 255 or 40.10% from 601); Blue value is 226 (88.67% from 255 or 37.60% from 601); Max value from RGB is 241 - color contains mainly: green. Hex color #86F1E2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F1E2 is #790E1D. Grayscale: #CFCFCF. Windows color (decimal): -7933470 or 14872966. OLE color: 14872966.

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

Color convert

RGB134241226-
CMYK0.4400.060.05
HSL171.59º79.26%73.53%-
HSV(B)171.59º44.4%94.51%-
XYZ55.0173.4783.23-
YUV207.3138.5575.72-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.30%
GREEN value IS 241 (94.53% from 255) = 40.10%
BLUE value IS 226 (88.67% from 255) = 37.60%
R=22.30%
G=40.10%
B=37.60%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342412260.4400.060.05171.5979.2673.53
Hex86F1E22C065ac4f4a
Octal20636134254065254117112
Binary10000110111100011110001010110001101011010110010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F1E2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,241,226); }

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

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

 a { background-color: rgb(134,241,226); }

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

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

 span { border-color: rgb(134,241,226); }

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