Shades of Aquamarine #85FED3
Tints of Aquamarine #85FED3
RGB
CMYK
RGB Variations
Color information
#85FED3 (or 0x85FED3) is known color: Aquamarine. HEX triplet: 85, FE and D3. RGB value is (133,254,211). Sum of RGB (Red+Green+Blue) = 133+254+211=598 (79% of max value = 765). Red value is 133 (52.34% from 255 or 22.24% from 598); Green value is 254 (99.61% from 255 or 42.47% from 598); Blue value is 211 (82.81% from 255 or 35.28% from 598); Max value from RGB is 254 - color contains mainly: green. Hex color #85FED3 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FED3 is #7A012C. Grayscale: #D4D4D4. Windows color (decimal): -7995693 or 13893253. OLE color: 13893253.
HSL color Cylindrical-coordinate representation of color #85FED3: hue angle of 158.68º degrees, saturation: 0.98, lightness: 0.76%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #85FED3 is Cyan = 0.48, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 133 | 254 | 211 | - |
| CMYK | 0.48 | 0 | 0.17 | 0.00 |
| HSL | 158.68º | 0.98% | 0.76% | - |
| HSV(B) | 158.68º | 0.48% | 1% | - |
| XYZ | 56.87 | 80.57 | 74.18 | - |
| YUV | 212.92 | 126.91 | 71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 254 | 211 | 0.48 | 0 | 0.17 | 0.00 | 158.68 | 0.98 | 0.76 |
| Hex | 85 | FE | D3 | 30 | 0 | 11 | 0 | 9F | 62 | 4C |
| Octal | 205 | 376 | 323 | 60 | 0 | 21 | 0 | 237 | 142 | 114 |
| Binary | 10000101 | 11111110 | 11010011 | 110000 | 0 | 10001 | 0 | 10011111 | 1100010 | 1001100 |
Color Harmonies of #85FED3
Complementary color
Monochromatic Colors of #85FED3
Black with #85FED3
Text Example
Text Example
White with #85FED3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FED3; }
p { color: rgb(133,254,211); }
H1.HeaderClassName
{
color: #85FED3;
}
.AnyTagClassName
{
color: #85FED3;
}
</style>
background-color css
<style>
a { background-color: #85FED3; }
a { background-color: rgb(133,254,211); }
div.DivClassName
{
background-color: #85FED3;
}
.BgClassName
{
background-color: #85FED3;
}
</style>
border-color css
<style>
span { border-color: #85FED3; }
span { border-color: rgb(133,254,211); }
td.TdClassName
{
border-color: #85FED3;
}
.TagClassName
{
border-color: #85FED3;
}
</style>