Shades of Aquamarine #85F3DF
Tints of Aquamarine #85F3DF
RGB
CMYK
RGB Variations
Color information
#85F3DF (or 0x85F3DF) is known color: Aquamarine. HEX triplet: 85, F3 and DF. RGB value is (133,243,223). Sum of RGB (Red+Green+Blue) = 133+243+223=599 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.20% from 599); Green value is 243 (95.31% from 255 or 40.57% from 599); Blue value is 223 (87.5% from 255 or 37.23% from 599); Max value from RGB is 243 - color contains mainly: green. Hex color #85F3DF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F3DF is #7A0C20. Grayscale: #CFCFCF. Windows color (decimal): -7998497 or 14676869. OLE color: 14676869.
HSL color Cylindrical-coordinate representation of color #85F3DF: hue angle of 169.09º 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 #85F3DF is Cyan = 0.45, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 133 | 243 | 223 | - |
| CMYK | 0.45 | 0 | 0.08 | 0.05 |
| HSL | 169.09º | 0.82% | 0.74% | - |
| HSV(B) | 169.09º | 0.45% | 0.95% | - |
| XYZ | 55.04 | 74.42 | 81.27 | - |
| YUV | 207.83 | 136.56 | 74.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 243 | 223 | 0.45 | 0 | 0.08 | 0.05 | 169.09 | 0.82 | 0.74 |
| Hex | 85 | F3 | DF | 2D | 0 | 8 | 5 | A9 | 52 | 4A |
| Octal | 205 | 363 | 337 | 55 | 0 | 10 | 5 | 251 | 122 | 112 |
| Binary | 10000101 | 11110011 | 11011111 | 101101 | 0 | 1000 | 101 | 10101001 | 1010010 | 1001010 |
Color Harmonies of #85F3DF
Complementary color
Monochromatic Colors of #85F3DF
Black with #85F3DF
Text Example
Text Example
White with #85F3DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F3DF; }
p { color: rgb(133,243,223); }
H1.HeaderClassName
{
color: #85F3DF;
}
.AnyTagClassName
{
color: #85F3DF;
}
</style>
background-color css
<style>
a { background-color: #85F3DF; }
a { background-color: rgb(133,243,223); }
div.DivClassName
{
background-color: #85F3DF;
}
.BgClassName
{
background-color: #85F3DF;
}
</style>
border-color css
<style>
span { border-color: #85F3DF; }
span { border-color: rgb(133,243,223); }
td.TdClassName
{
border-color: #85F3DF;
}
.TagClassName
{
border-color: #85F3DF;
}
</style>