#86F1CD

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

Shades of Aquamarine #86F1CD

Tints of Aquamarine #86F1CD

Color information

#86F1CD (or 0x86F1CD) is unknown color: approx Aquamarine. HEX triplet: 86, F1 and CD. RGB value is (134,241,205). Sum of RGB (Red+Green+Blue) = 134+241+205=580 (76% of max value = 765). Red value is 134 (52.73% from 255 or 23.10% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 205 (80.47% from 255 or 35.34% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #86F1CD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F1CD is #790E32. Grayscale: #CCCCCC. Windows color (decimal): -7933491 or 13496710. OLE color: 13496710.

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

Color convert

RGB134241205-
CMYK0.4400.150.05
HSL159.81º79.26%73.53%-
HSV(B)159.81º44.4%94.51%-
XYZ52.3172.3968.97-
YUV204.9128.0577.43-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 23.10%
GREEN value IS 241 (94.53% from 255) = 41.55%
BLUE value IS 205 (80.47% from 255) = 35.34%
R=23.10%
G=41.55%
B=35.34%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.05
SystemRedGreenBlueCMYKHSL
Decimal1342412050.4400.150.05159.8179.2673.53
Hex86F1CD2C0F5a04f4a
Octal206361315540175240117112
Binary100001101111000111001101101100011111011010000010011111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #86F1CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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