Shades of Aquamarine #85FBC2
Tints of Aquamarine #85FBC2
RGB
CMYK
RGB Variations
Color information
#85FBC2 (or 0x85FBC2) is known color: Aquamarine. HEX triplet: 85, FB and C2. RGB value is (133,251,194). Sum of RGB (Red+Green+Blue) = 133+251+194=578 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.01% from 578); Green value is 251 (98.44% from 255 or 43.43% from 578); Blue value is 194 (76.17% from 255 or 33.56% from 578); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBC2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FBC2 is #7A043D. Grayscale: #D1D1D1. Windows color (decimal): -7996478 or 12778373. OLE color: 12778373.
HSL color Cylindrical-coordinate representation of color #85FBC2: hue angle of 151.02º 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 #85FBC2 is Cyan = 0.47, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 194 | - |
| CMYK | 0.47 | 0 | 0.23 | 0.02 |
| HSL | 151.02º | 0.94% | 0.75% | - |
| HSV(B) | 151.02º | 0.47% | 0.98% | - |
| XYZ | 53.91 | 77.88 | 63.23 | - |
| YUV | 209.22 | 119.41 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 194 | 0.47 | 0 | 0.23 | 0.02 | 151.02 | 0.94 | 0.75 |
| Hex | 85 | FB | C2 | 2F | 0 | 17 | 2 | 97 | 5E | 4B |
| Octal | 205 | 373 | 302 | 57 | 0 | 27 | 2 | 227 | 136 | 113 |
| Binary | 10000101 | 11111011 | 11000010 | 101111 | 0 | 10111 | 10 | 10010111 | 1011110 | 1001011 |
Color Harmonies of #85FBC2
Complementary color
Monochromatic Colors of #85FBC2
Black with #85FBC2
Text Example
Text Example
White with #85FBC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FBC2; }
p { color: rgb(133,251,194); }
H1.HeaderClassName
{
color: #85FBC2;
}
.AnyTagClassName
{
color: #85FBC2;
}
</style>
background-color css
<style>
a { background-color: #85FBC2; }
a { background-color: rgb(133,251,194); }
div.DivClassName
{
background-color: #85FBC2;
}
.BgClassName
{
background-color: #85FBC2;
}
</style>
border-color css
<style>
span { border-color: #85FBC2; }
span { border-color: rgb(133,251,194); }
td.TdClassName
{
border-color: #85FBC2;
}
.TagClassName
{
border-color: #85FBC2;
}
</style>