Shades of Aquamarine #85FBC1
Tints of Aquamarine #85FBC1
RGB
CMYK
RGB Variations
Color information
#85FBC1 (or 0x85FBC1) is known color: Aquamarine. HEX triplet: 85, FB and C1. RGB value is (133,251,193). Sum of RGB (Red+Green+Blue) = 133+251+193=577 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.05% from 577); Green value is 251 (98.44% from 255 or 43.50% from 577); Blue value is 193 (75.78% from 255 or 33.45% from 577); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBC1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FBC1 is #7A043E. Grayscale: #D1D1D1. Windows color (decimal): -7996479 or 12712837. OLE color: 12712837.
HSL color Cylindrical-coordinate representation of color #85FBC1: hue angle of 150.51º degrees, saturation: 0.94, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FBC1 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 193 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.02 |
| HSL | 150.51º | 0.94% | 0.75% | - |
| HSV(B) | 150.51º | 0.47% | 0.98% | - |
| XYZ | 53.8 | 77.83 | 62.64 | - |
| YUV | 209.11 | 118.91 | 73.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 193 | 0.47 | 0 | 0.23 | 0.02 | 150.51 | 0.94 | 0.75 |
| Hex | 85 | FB | C1 | 2F | 0 | 17 | 2 | 97 | 5E | 4B |
| Octal | 205 | 373 | 301 | 57 | 0 | 27 | 2 | 227 | 136 | 113 |
| Binary | 10000101 | 11111011 | 11000001 | 101111 | 0 | 10111 | 10 | 10010111 | 1011110 | 1001011 |
Color Harmonies of #85FBC1
Complementary color
Monochromatic Colors of #85FBC1
Black with #85FBC1
Text Example
Text Example
White with #85FBC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FBC1; }
p { color: rgb(133,251,193); }
H1.HeaderClassName
{
color: #85FBC1;
}
.AnyTagClassName
{
color: #85FBC1;
}
</style>
background-color css
<style>
a { background-color: #85FBC1; }
a { background-color: rgb(133,251,193); }
div.DivClassName
{
background-color: #85FBC1;
}
.BgClassName
{
background-color: #85FBC1;
}
</style>
border-color css
<style>
span { border-color: #85FBC1; }
span { border-color: rgb(133,251,193); }
td.TdClassName
{
border-color: #85FBC1;
}
.TagClassName
{
border-color: #85FBC1;
}
</style>