#86F1E4

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

Shades of Aquamarine #86F1E4

Tints of Aquamarine #86F1E4

Color information

#86F1E4 (or 0x86F1E4) is unknown color: approx Aquamarine. HEX triplet: 86, F1 and E4. RGB value is (134,241,228). Sum of RGB (Red+Green+Blue) = 134+241+228=603 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.22% from 603); Green value is 241 (94.53% from 255 or 39.97% from 603); Blue value is 228 (89.45% from 255 or 37.81% from 603); Max value from RGB is 241 - color contains mainly: green. Hex color #86F1E4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F1E4 is #790E1B. Grayscale: #CFCFCF. Windows color (decimal): -7933468 or 15004038. OLE color: 15004038.

HSL color Cylindrical-coordinate representation of color #86F1E4: hue angle of 172.71º 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 #86F1E4 is Cyan = 0.44, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.05.

Color convert

RGB134241228-
CMYK0.4400.050.05
HSL172.71º79.26%73.53%-
HSV(B)172.71º44.4%94.51%-
XYZ55.2973.5884.69-
YUV207.52139.5575.56-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.22%
GREEN value IS 241 (94.53% from 255) = 39.97%
BLUE value IS 228 (89.45% from 255) = 37.81%
R=22.22%
G=39.97%
B=37.81%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342412280.4400.050.05172.7179.2673.53
Hex86F1E42C055ad4f4a
Octal20636134454055255117112
Binary10000110111100011110010010110001011011010110110011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F1E4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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