#86F9CD

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

Shades of Aquamarine #86F9CD

Tints of Aquamarine #86F9CD

Color information

#86F9CD (or 0x86F9CD) is unknown color: approx Aquamarine. HEX triplet: 86, F9 and CD. RGB value is (134,249,205). Sum of RGB (Red+Green+Blue) = 134+249+205=588 (77% of max value = 765). Red value is 134 (52.73% from 255 or 22.79% from 588); Green value is 249 (97.66% from 255 or 42.35% from 588); Blue value is 205 (80.47% from 255 or 34.86% from 588); Max value from RGB is 249 - color contains mainly: green. Hex color #86F9CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F9CD is #790632. Grayscale: #D1D1D1. Windows color (decimal): -7931443 or 13498758. OLE color: 13498758.

HSL color Cylindrical-coordinate representation of color #86F9CD: hue angle of 157.04º degrees, saturation: 0.91, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #86F9CD is Cyan = 0.46, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.

Color convert

RGB134249205-
CMYK0.4600.180.02
HSL157.04º90.55%75.1%-
HSV(B)157.04º46.18%97.65%-
XYZ54.7377.2369.78-
YUV209.6125.474.08-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 22.79%
GREEN value IS 249 (97.66% from 255) = 42.35%
BLUE value IS 205 (80.47% from 255) = 34.86%
R=22.79%
G=42.35%
B=34.86%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.02
SystemRedGreenBlueCMYKHSL
Decimal1342492050.4600.180.02157.0490.5575.1
Hex86F9CD2E01229d5b4b
Octal206371315560222235133113
Binary100001101111100111001101101110010010101001110110110111001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F9CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(134,249,205); }

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

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

 a { background-color: rgb(134,249,205); }

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

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

 span { border-color: rgb(134,249,205); }

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