#86F1C9

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

Shades of Aquamarine #86F1C9

Tints of Aquamarine #86F1C9

Color information

#86F1C9 (or 0x86F1C9) is unknown color: approx Aquamarine. HEX triplet: 86, F1 and C9. RGB value is (134,241,201). Sum of RGB (Red+Green+Blue) = 134+241+201=576 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.26% from 576); Green value is 241 (94.53% from 255 or 41.84% from 576); Blue value is 201 (78.91% from 255 or 34.90% from 576); Max value from RGB is 241 - color contains mainly: green. Hex color #86F1C9 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F1C9 is #790E36. Grayscale: #CCCCCC. Windows color (decimal): -7933495 or 13234566. OLE color: 13234566.

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

Color convert

RGB134241201-
CMYK0.4400.170.05
HSL157.57º79.26%73.53%-
HSV(B)157.57º44.4%94.51%-
XYZ51.8372.266.46-
YUV204.45126.0577.75-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.26%
GREEN value IS 241 (94.53% from 255) = 41.84%
BLUE value IS 201 (78.91% from 255) = 34.90%
R=23.26%
G=41.84%
B=34.90%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342412010.4400.170.05157.5779.2673.53
Hex86F1C92C01159e4f4a
Octal206361311540215236117112
Binary1000011011110001110010011011000100011011001111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F1C9

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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