Shades of Aquamarine #86F3DF
Tints of Aquamarine #86F3DF
RGB
CMYK
RGB Variations
Color information
#86F3DF (or 0x86F3DF) is known color: Aquamarine. HEX triplet: 86, F3 and DF. RGB value is (134,243,223). Sum of RGB (Red+Green+Blue) = 134+243+223=600 (79% of max value = 765). Red value is 134 (52.73% from 255 or 22.33% from 600); Green value is 243 (95.31% from 255 or 40.5% from 600); Blue value is 223 (87.5% from 255 or 37.17% from 600); Max value from RGB is 243 - color contains mainly: green. Hex color #86F3DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #86F3DF is #790C20. Grayscale: #D0D0D0. Windows color (decimal): -7932961 or 14676870. OLE color: 14676870.
HSL color Cylindrical-coordinate representation of color #86F3DF: hue angle of 168.99º degrees, saturation: 0.82, 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 #86F3DF is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 134 | 243 | 223 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.05 |
| HSL | 168.99º | 0.82% | 0.74% | - |
| HSV(B) | 168.99º | 0.45% | 0.95% | - |
| XYZ | 55.2 | 74.5 | 81.28 | - |
| YUV | 208.13 | 136.39 | 75.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 243 | 223 | 0.45 | 0 | 0.08 | 0.05 | 168.99 | 0.82 | 0.74 |
| Hex | 86 | F3 | DF | 2D | 0 | 8 | 5 | A9 | 52 | 4A |
| Octal | 206 | 363 | 337 | 55 | 0 | 10 | 5 | 251 | 122 | 112 |
| Binary | 10000110 | 11110011 | 11011111 | 101101 | 0 | 1000 | 101 | 10101001 | 1010010 | 1001010 |
Color Harmonies of #86F3DF
Complementary color
Monochromatic Colors of #86F3DF
Black with #86F3DF
Text Example
Text Example
White with #86F3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #86F3DF; }
p { color: rgb(134,243,223); }
H1.HeaderClassName
{
color: #86F3DF;
}
.AnyTagClassName
{
color: #86F3DF;
}
</style>
background-color css
<style>
a { background-color: #86F3DF; }
a { background-color: rgb(134,243,223); }
div.DivClassName
{
background-color: #86F3DF;
}
.BgClassName
{
background-color: #86F3DF;
}
</style>
border-color css
<style>
span { border-color: #86F3DF; }
span { border-color: rgb(134,243,223); }
td.TdClassName
{
border-color: #86F3DF;
}
.TagClassName
{
border-color: #86F3DF;
}
</style>