#86EDCA

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

Shades of Aquamarine #86EDCA

Tints of Aquamarine #86EDCA

Color information

#86EDCA (or 0x86EDCA) is unknown color: approx Aquamarine. HEX triplet: 86, ED and CA. RGB value is (134,237,202). Sum of RGB (Red+Green+Blue) = 134+237+202=573 (75% of max value = 765). Red value is 134 (52.73% from 255 or 23.39% from 573); Green value is 237 (92.97% from 255 or 41.36% from 573); Blue value is 202 (79.30% from 255 or 35.25% from 573); Max value from RGB is 237 - color contains mainly: green. Hex color #86EDCA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EDCA is #791235. Grayscale: #CACACA. Windows color (decimal): -7934518 or 13299078. OLE color: 13299078.

HSL color Cylindrical-coordinate representation of color #86EDCA: hue angle of 159.61º degrees, saturation: 0.74, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #86EDCA is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.07.

Color convert

RGB134237202-
CMYK0.4300.150.07
HSL159.61º74.1%72.75%-
HSV(B)159.61º43.46%92.94%-
XYZ50.7869.966.69-
YUV202.21127.8879.35-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.39%
GREEN value IS 237 (92.97% from 255) = 41.36%
BLUE value IS 202 (79.30% from 255) = 35.25%
R=23.39%
G=41.36%
B=35.25%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342372020.4300.150.07159.6174.172.75
Hex86EDCA2B0F7a04a49
Octal206355312530177240112111
Binary100001101110110111001010101011011111111010000010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EDCA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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