Shades of Aquamarine #85FCBD
Tints of Aquamarine #85FCBD
RGB
CMYK
RGB Variations
Color information
#85FCBD (or 0x85FCBD) is known color: Aquamarine. HEX triplet: 85, FC and BD. RGB value is (133,252,189). Sum of RGB (Red+Green+Blue) = 133+252+189=574 (76% of max value = 765). Red value is 133 (52.34% from 255 or 23.17% from 574); Green value is 252 (98.83% from 255 or 43.90% from 574); Blue value is 189 (74.22% from 255 or 32.93% from 574); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCBD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FCBD is #7A0342. Grayscale: #D1D1D1. Windows color (decimal): -7996227 or 12450949. OLE color: 12450949.
HSL color Cylindrical-coordinate representation of color #85FCBD: hue angle of 148.24º degrees, saturation: 0.95, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #85FCBD is Cyan = 0.47, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 252 | 189 | - |
| CMYK | 0.47 | 0 | 0.25 | 0.01 |
| HSL | 148.24º | 0.95% | 0.75% | - |
| HSV(B) | 148.24º | 0.47% | 0.99% | - |
| XYZ | 53.67 | 78.28 | 60.43 | - |
| YUV | 209.24 | 116.58 | 73.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 252 | 189 | 0.47 | 0 | 0.25 | 0.01 | 148.24 | 0.95 | 0.75 |
| Hex | 85 | FC | BD | 2F | 0 | 19 | 1 | 94 | 5F | 4B |
| Octal | 205 | 374 | 275 | 57 | 0 | 31 | 1 | 224 | 137 | 113 |
| Binary | 10000101 | 11111100 | 10111101 | 101111 | 0 | 11001 | 1 | 10010100 | 1011111 | 1001011 |
Color Harmonies of #85FCBD
Complementary color
Monochromatic Colors of #85FCBD
Black with #85FCBD
Text Example
Text Example
White with #85FCBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FCBD; }
p { color: rgb(133,252,189); }
H1.HeaderClassName
{
color: #85FCBD;
}
.AnyTagClassName
{
color: #85FCBD;
}
</style>
background-color css
<style>
a { background-color: #85FCBD; }
a { background-color: rgb(133,252,189); }
div.DivClassName
{
background-color: #85FCBD;
}
.BgClassName
{
background-color: #85FCBD;
}
</style>
border-color css
<style>
span { border-color: #85FCBD; }
span { border-color: rgb(133,252,189); }
td.TdClassName
{
border-color: #85FCBD;
}
.TagClassName
{
border-color: #85FCBD;
}
</style>