#86F2CD

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

Shades of Aquamarine #86F2CD

Tints of Aquamarine #86F2CD

Color information

#86F2CD (or 0x86F2CD) is unknown color: approx Aquamarine. HEX triplet: 86, F2 and CD. RGB value is (134,242,205). Sum of RGB (Red+Green+Blue) = 134+242+205=581 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.06% from 581); Green value is 242 (94.92% from 255 or 41.65% from 581); Blue value is 205 (80.47% from 255 or 35.28% from 581); Max value from RGB is 242 - color contains mainly: green. Hex color #86F2CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F2CD is #790D32. Grayscale: #CDCDCD. Windows color (decimal): -7933235 or 13496966. OLE color: 13496966.

HSL color Cylindrical-coordinate representation of color #86F2CD: hue angle of 159.44º degrees, saturation: 0.81, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #86F2CD is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.05.

Color convert

RGB134242205-
CMYK0.4500.150.05
HSL159.44º80.6%73.73%-
HSV(B)159.44º44.63%94.9%-
XYZ52.672.9869.07-
YUV205.49127.7277.01-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.06%
GREEN value IS 242 (94.92% from 255) = 41.65%
BLUE value IS 205 (80.47% from 255) = 35.28%
R=23.06%
G=41.65%
B=35.28%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342422050.4500.150.05159.4480.673.73
Hex86F2CD2D0F59f514a
Octal206362315550175237121112
Binary100001101111001011001101101101011111011001111110100011001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F2CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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