Shades of Aquamarine #92FFCC
Tints of Aquamarine #92FFCC
RGB
CMYK
RGB Variations
Color information
#92FFCC (or 0x92FFCC) is known color: Aquamarine. HEX triplet: 92, FF and CC. RGB value is (146,255,204). Sum of RGB (Red+Green+Blue) = 146+255+204=605 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.13% from 605); Green value is 255 (100% from 255 or 42.15% from 605); Blue value is 204 (80.08% from 255 or 33.72% from 605); Max value from RGB is 255 - color contains mainly: green. Hex color #92FFCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FFCC is #6D0033. Grayscale: #D8D8D8. Windows color (decimal): -7143476 or 13434770. OLE color: 13434770.
HSL color Cylindrical-coordinate representation of color #92FFCC: hue angle of 151.93º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92FFCC is Cyan = 0.43, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 255 | 204 | - |
| CMYK | 0.43 | 0 | 0.2 | 0 |
| HSL | 151.93º | 1% | 0.79% | - |
| HSV(B) | 151.93º | 0.43% | 1% | - |
| XYZ | 58.51 | 81.99 | 69.87 | - |
| YUV | 216.6 | 120.89 | 77.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 255 | 204 | 0.43 | 0 | 0.2 | 0 | 151.93 | 1 | 0.79 |
| Hex | 92 | FF | CC | 2B | 0 | 14 | 0 | 98 | 64 | 4F |
| Octal | 222 | 377 | 314 | 53 | 0 | 24 | 0 | 230 | 144 | 117 |
| Binary | 10010010 | 11111111 | 11001100 | 101011 | 0 | 10100 | 0 | 10011000 | 1100100 | 1001111 |
Color Harmonies of #92FFCC
Complementary color
Monochromatic Colors of #92FFCC
Black with #92FFCC
Text Example
Text Example
White with #92FFCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FFCC; }
p { color: rgb(146,255,204); }
H1.HeaderClassName
{
color: #92FFCC;
}
.AnyTagClassName
{
color: #92FFCC;
}
</style>
background-color css
<style>
a { background-color: #92FFCC; }
a { background-color: rgb(146,255,204); }
div.DivClassName
{
background-color: #92FFCC;
}
.BgClassName
{
background-color: #92FFCC;
}
</style>
border-color css
<style>
span { border-color: #92FFCC; }
span { border-color: rgb(146,255,204); }
td.TdClassName
{
border-color: #92FFCC;
}
.TagClassName
{
border-color: #92FFCC;
}
</style>