#86F4C7

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

Shades of Aquamarine #86F4C7

Tints of Aquamarine #86F4C7

Color information

#86F4C7 (or 0x86F4C7) is unknown color: approx Aquamarine. HEX triplet: 86, F4 and C7. RGB value is (134,244,199). Sum of RGB (Red+Green+Blue) = 134+244+199=577 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.22% from 577); Green value is 244 (95.70% from 255 or 42.29% from 577); Blue value is 199 (78.12% from 255 or 34.49% from 577); Max value from RGB is 244 - color contains mainly: green. Hex color #86F4C7 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F4C7 is #790B38. Grayscale: #CECECE. Windows color (decimal): -7932729 or 13104262. OLE color: 13104262.

HSL color Cylindrical-coordinate representation of color #86F4C7: hue angle of 155.45º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F4C7 is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB134244199-
CMYK0.4500.180.04
HSL155.45º83.33%74.12%-
HSV(B)155.45º45.08%95.69%-
XYZ52.4973.8965.53-
YUV205.98124.0676.66-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.22%
GREEN value IS 244 (95.70% from 255) = 42.29%
BLUE value IS 199 (78.12% from 255) = 34.49%
R=23.22%
G=42.29%
B=34.49%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.04
SystemRedGreenBlueCMYKHSL
Decimal1342441990.4500.180.04155.4583.3374.12
Hex86F4C72D01249b534a
Octal206364307550224233123112
Binary1000011011110100110001111011010100101001001101110100111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F4C7

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,244,199); }

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

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

 a { background-color: rgb(134,244,199); }

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

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

 span { border-color: rgb(134,244,199); }

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