Shades of Aquamarine #85FCCC
Tints of Aquamarine #85FCCC
RGB
CMYK
RGB Variations
Color information
#85FCCC (or 0x85FCCC) is known color: Aquamarine. HEX triplet: 85, FC and CC. RGB value is (133,252,204). Sum of RGB (Red+Green+Blue) = 133+252+204=589 (78% of max value = 765). Red value is 133 (52.34% from 255 or 22.58% from 589); Green value is 252 (98.83% from 255 or 42.78% from 589); Blue value is 204 (80.08% from 255 or 34.63% from 589); Max value from RGB is 252 - color contains mainly: green. Hex color #85FCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85FCCC is #7A0333. Grayscale: #D3D3D3. Windows color (decimal): -7996212 or 13433989. OLE color: 13433989.
HSL color Cylindrical-coordinate representation of color #85FCCC: hue angle of 155.8º 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 #85FCCC is Cyan = 0.47, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 133 | 252 | 204 | - |
| CMYK | 0.47 | 0 | 0.19 | 0.01 |
| HSL | 155.8º | 0.95% | 0.75% | - |
| HSV(B) | 155.8º | 0.47% | 0.99% | - |
| XYZ | 55.38 | 78.97 | 69.45 | - |
| YUV | 210.95 | 124.08 | 72.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 252 | 204 | 0.47 | 0 | 0.19 | 0.01 | 155.8 | 0.95 | 0.75 |
| Hex | 85 | FC | CC | 2F | 0 | 13 | 1 | 9C | 5F | 4B |
| Octal | 205 | 374 | 314 | 57 | 0 | 23 | 1 | 234 | 137 | 113 |
| Binary | 10000101 | 11111100 | 11001100 | 101111 | 0 | 10011 | 1 | 10011100 | 1011111 | 1001011 |
Color Harmonies of #85FCCC
Complementary color
Monochromatic Colors of #85FCCC
Black with #85FCCC
Text Example
Text Example
White with #85FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85FCCC; }
p { color: rgb(133,252,204); }
H1.HeaderClassName
{
color: #85FCCC;
}
.AnyTagClassName
{
color: #85FCCC;
}
</style>
background-color css
<style>
a { background-color: #85FCCC; }
a { background-color: rgb(133,252,204); }
div.DivClassName
{
background-color: #85FCCC;
}
.BgClassName
{
background-color: #85FCCC;
}
</style>
border-color css
<style>
span { border-color: #85FCCC; }
span { border-color: rgb(133,252,204); }
td.TdClassName
{
border-color: #85FCCC;
}
.TagClassName
{
border-color: #85FCCC;
}
</style>