Shades of Aquamarine #85FBCB
Tints of Aquamarine #85FBCB
RGB
CMYK
RGB Variations
Color information
#85FBCB (or 0x85FBCB) is known color: Aquamarine. HEX triplet: 85, FB and CB. RGB value is (133,251,203). Sum of RGB (Red+Green+Blue) = 133+251+203=587 (77% of max value = 765). Red value is 133 (52.34% from 255 or 22.66% from 587); Green value is 251 (98.44% from 255 or 42.76% from 587); Blue value is 203 (79.69% from 255 or 34.58% from 587); Max value from RGB is 251 - color contains mainly: green. Hex color #85FBCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FBCB is #7A0434. Grayscale: #D2D2D2. Windows color (decimal): -7996469 or 13368197. OLE color: 13368197.
HSL color Cylindrical-coordinate representation of color #85FBCB: hue angle of 155.59º 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 #85FBCB is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 133 | 251 | 203 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.02 |
| HSL | 155.59º | 0.94% | 0.75% | - |
| HSV(B) | 155.59º | 0.47% | 0.98% | - |
| XYZ | 54.95 | 78.29 | 68.72 | - |
| YUV | 210.25 | 123.91 | 72.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 251 | 203 | 0.47 | 0 | 0.19 | 0.02 | 155.59 | 0.94 | 0.75 |
| Hex | 85 | FB | CB | 2F | 0 | 13 | 2 | 9C | 5E | 4B |
| Octal | 205 | 373 | 313 | 57 | 0 | 23 | 2 | 234 | 136 | 113 |
| Binary | 10000101 | 11111011 | 11001011 | 101111 | 0 | 10011 | 10 | 10011100 | 1011110 | 1001011 |
Color Harmonies of #85FBCB
Complementary color
Monochromatic Colors of #85FBCB
Black with #85FBCB
Text Example
Text Example
White with #85FBCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FBCB; }
p { color: rgb(133,251,203); }
H1.HeaderClassName
{
color: #85FBCB;
}
.AnyTagClassName
{
color: #85FBCB;
}
</style>
background-color css
<style>
a { background-color: #85FBCB; }
a { background-color: rgb(133,251,203); }
div.DivClassName
{
background-color: #85FBCB;
}
.BgClassName
{
background-color: #85FBCB;
}
</style>
border-color css
<style>
span { border-color: #85FBCB; }
span { border-color: rgb(133,251,203); }
td.TdClassName
{
border-color: #85FBCB;
}
.TagClassName
{
border-color: #85FBCB;
}
</style>