Shades of Aquamarine #85F9CB
Tints of Aquamarine #85F9CB
RGB
CMYK
RGB Variations
Color information
#85F9CB (or 0x85F9CB) is known color: Aquamarine. HEX triplet: 85, F9 and CB. RGB value is (133,249,203). Sum of RGB (Red+Green+Blue) = 133+249+203=585 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.74% from 585); Green value is 249 (97.66% from 255 or 42.56% from 585); Blue value is 203 (79.69% from 255 or 34.70% from 585); Max value from RGB is 249 - color contains mainly: green. Hex color #85F9CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F9CB is #7A0634. Grayscale: #D1D1D1. Windows color (decimal): -7996981 or 13367685. OLE color: 13367685.
HSL color Cylindrical-coordinate representation of color #85F9CB: hue angle of 156.21º degrees, saturation: 0.91, 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 #85F9CB is Cyan = 0.47, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 249 | 203 | - |
| CMYK | 0.47 | 0 | 0.18 | 0.02 |
| HSL | 156.21º | 0.91% | 0.75% | - |
| HSV(B) | 156.21º | 0.47% | 0.98% | - |
| XYZ | 54.33 | 77.05 | 68.51 | - |
| YUV | 209.07 | 124.57 | 73.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 249 | 203 | 0.47 | 0 | 0.18 | 0.02 | 156.21 | 0.91 | 0.75 |
| Hex | 85 | F9 | CB | 2F | 0 | 12 | 2 | 9C | 5B | 4B |
| Octal | 205 | 371 | 313 | 57 | 0 | 22 | 2 | 234 | 133 | 113 |
| Binary | 10000101 | 11111001 | 11001011 | 101111 | 0 | 10010 | 10 | 10011100 | 1011011 | 1001011 |
Color Harmonies of #85F9CB
Complementary color
Monochromatic Colors of #85F9CB
Black with #85F9CB
Text Example
Text Example
White with #85F9CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F9CB; }
p { color: rgb(133,249,203); }
H1.HeaderClassName
{
color: #85F9CB;
}
.AnyTagClassName
{
color: #85F9CB;
}
</style>
background-color css
<style>
a { background-color: #85F9CB; }
a { background-color: rgb(133,249,203); }
div.DivClassName
{
background-color: #85F9CB;
}
.BgClassName
{
background-color: #85F9CB;
}
</style>
border-color css
<style>
span { border-color: #85F9CB; }
span { border-color: rgb(133,249,203); }
td.TdClassName
{
border-color: #85F9CB;
}
.TagClassName
{
border-color: #85F9CB;
}
</style>