#86EDDF

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

Shades of Aquamarine #86EDDF

Tints of Aquamarine #86EDDF

Color information

#86EDDF (or 0x86EDDF) is unknown color: approx Aquamarine. HEX triplet: 86, ED and DF. RGB value is (134,237,223). Sum of RGB (Red+Green+Blue) = 134+237+223=594 (78% of max value = 765). Red value is 134 (52.73% from 255 or 22.56% from 594); Green value is 237 (92.97% from 255 or 39.90% from 594); Blue value is 223 (87.5% from 255 or 37.54% from 594); Max value from RGB is 237 - color contains mainly: green. Hex color #86EDDF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86EDDF is #791220. Grayscale: #CCCCCC. Windows color (decimal): -7934497 or 14675334. OLE color: 14675334.

HSL color Cylindrical-coordinate representation of color #86EDDF: hue angle of 171.84º 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 #86EDDF is Cyan = 0.43, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.07.

Color convert

RGB134237223-
CMYK0.4300.060.07
HSL171.84º74.1%72.75%-
HSV(B)171.84º43.46%92.94%-
XYZ53.4370.9680.69-
YUV204.61138.3877.64-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.56%
GREEN value IS 237 (92.97% from 255) = 39.90%
BLUE value IS 223 (87.5% from 255) = 37.54%
R=22.56%
G=39.90%
B=37.54%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.07
SystemRedGreenBlueCMYKHSL
Decimal1342372230.4300.060.07171.8474.172.75
Hex86EDDF2B067ac4a49
Octal20635533753067254112111
Binary10000110111011011101111110101101101111010110010010101001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86EDDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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