#86F1CA

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

Shades of Aquamarine #86F1CA

Tints of Aquamarine #86F1CA

Color information

#86F1CA (or 0x86F1CA) is unknown color: approx Aquamarine. HEX triplet: 86, F1 and CA. RGB value is (134,241,202). Sum of RGB (Red+Green+Blue) = 134+241+202=577 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.22% from 577); Green value is 241 (94.53% from 255 or 41.77% from 577); Blue value is 202 (79.30% from 255 or 35.01% from 577); Max value from RGB is 241 - color contains mainly: green. Hex color #86F1CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F1CA is #790E35. Grayscale: #CCCCCC. Windows color (decimal): -7933494 or 13300102. OLE color: 13300102.

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

Color convert

RGB134241202-
CMYK0.4400.160.05
HSL158.13º79.26%73.53%-
HSV(B)158.13º44.4%94.51%-
XYZ51.9572.2467.08-
YUV204.56126.5577.67-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.22%
GREEN value IS 241 (94.53% from 255) = 41.77%
BLUE value IS 202 (79.30% from 255) = 35.01%
R=23.22%
G=41.77%
B=35.01%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342412020.4400.160.05158.1379.2673.53
Hex86F1CA2C01059e4f4a
Octal206361312540205236117112
Binary1000011011110001110010101011000100001011001111010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F1CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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