#86F5CA

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

Shades of Aquamarine #86F5CA

Tints of Aquamarine #86F5CA

Color information

#86F5CA (or 0x86F5CA) is unknown color: approx Aquamarine. HEX triplet: 86, F5 and CA. RGB value is (134,245,202). Sum of RGB (Red+Green+Blue) = 134+245+202=581 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.06% from 581); Green value is 245 (96.09% from 255 or 42.17% from 581); Blue value is 202 (79.30% from 255 or 34.77% from 581); Max value from RGB is 245 - color contains mainly: green. Hex color #86F5CA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F5CA is #790A35. Grayscale: #CECECE. Windows color (decimal): -7932470 or 13301126. OLE color: 13301126.

HSL color Cylindrical-coordinate representation of color #86F5CA: hue angle of 156.76º degrees, saturation: 0.85, 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 #86F5CA is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.04.

Color convert

RGB134245202-
CMYK0.4500.180.04
HSL156.76º84.73%74.31%-
HSV(B)156.76º45.31%96.08%-
XYZ53.1474.6467.48-
YUV206.91125.2376-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.06%
GREEN value IS 245 (96.09% from 255) = 42.17%
BLUE value IS 202 (79.30% from 255) = 34.77%
R=23.06%
G=42.17%
B=34.77%

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
Decimal1342452020.4500.180.04156.7684.7374.31
Hex86F5CA2D01249d554a
Octal206365312550224235125112
Binary1000011011110101110010101011010100101001001110110101011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F5CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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