Shades of Aquamarine #85F4CB
Tints of Aquamarine #85F4CB
RGB
CMYK
RGB Variations
Color information
#85F4CB (or 0x85F4CB) is known color: Aquamarine. HEX triplet: 85, F4 and CB. RGB value is (133,244,203). Sum of RGB (Red+Green+Blue) = 133+244+203=580 (76% of max value = 765). Red value is 133 (52.34% from 255 or 22.93% from 580); Green value is 244 (95.70% from 255 or 42.07% from 580); Blue value is 203 (79.69% from 255 or 35% from 580); Max value from RGB is 244 - color contains mainly: green. Hex color #85F4CB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #85F4CB is #7A0B34. Grayscale: #CECECE. Windows color (decimal): -7998261 or 13366405. OLE color: 13366405.
HSL color Cylindrical-coordinate representation of color #85F4CB: hue angle of 157.84º degrees, saturation: 0.83, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #85F4CB is Cyan = 0.45, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 133 | 244 | 203 | - |
| CMYK | 0.45 | 0 | 0.17 | 0.04 |
| HSL | 157.84º | 0.83% | 0.74% | - |
| HSV(B) | 157.84º | 0.45% | 0.96% | - |
| XYZ | 52.8 | 74 | 68 | - |
| YUV | 206.14 | 126.23 | 75.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 133 | 244 | 203 | 0.45 | 0 | 0.17 | 0.04 | 157.84 | 0.83 | 0.74 |
| Hex | 85 | F4 | CB | 2D | 0 | 11 | 4 | 9E | 53 | 4A |
| Octal | 205 | 364 | 313 | 55 | 0 | 21 | 4 | 236 | 123 | 112 |
| Binary | 10000101 | 11110100 | 11001011 | 101101 | 0 | 10001 | 100 | 10011110 | 1010011 | 1001010 |
Color Harmonies of #85F4CB
Complementary color
Monochromatic Colors of #85F4CB
Black with #85F4CB
Text Example
Text Example
White with #85F4CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #85F4CB; }
p { color: rgb(133,244,203); }
H1.HeaderClassName
{
color: #85F4CB;
}
.AnyTagClassName
{
color: #85F4CB;
}
</style>
background-color css
<style>
a { background-color: #85F4CB; }
a { background-color: rgb(133,244,203); }
div.DivClassName
{
background-color: #85F4CB;
}
.BgClassName
{
background-color: #85F4CB;
}
</style>
border-color css
<style>
span { border-color: #85F4CB; }
span { border-color: rgb(133,244,203); }
td.TdClassName
{
border-color: #85F4CB;
}
.TagClassName
{
border-color: #85F4CB;
}
</style>