Shades of Aquamarine #92FFCD
Tints of Aquamarine #92FFCD
RGB
CMYK
RGB Variations
Color information
#92FFCD (or 0x92FFCD) is known color: Aquamarine. HEX triplet: 92, FF and CD. RGB value is (146,255,205). Sum of RGB (Red+Green+Blue) = 146+255+205=606 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.09% from 606); Green value is 255 (100% from 255 or 42.08% from 606); Blue value is 205 (80.47% from 255 or 33.83% from 606); Max value from RGB is 255 - color contains mainly: green. Hex color #92FFCD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FFCD is #6D0032. Grayscale: #D8D8D8. Windows color (decimal): -7143475 or 13500306. OLE color: 13500306.
HSL color Cylindrical-coordinate representation of color #92FFCD: hue angle of 152.48º 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 #92FFCD is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 255 | 205 | - |
| CMYK | 0.43 | 0 | 0.20 | 0 |
| HSL | 152.48º | 1% | 0.79% | - |
| HSV(B) | 152.48º | 0.43% | 1% | - |
| XYZ | 58.63 | 82.04 | 70.5 | - |
| YUV | 216.71 | 121.39 | 77.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 255 | 205 | 0.43 | 0 | 0.20 | 0 | 152.48 | 1 | 0.79 |
| Hex | 92 | FF | CD | 2B | 0 | 14 | 0 | 98 | 64 | 4F |
| Octal | 222 | 377 | 315 | 53 | 0 | 24 | 0 | 230 | 144 | 117 |
| Binary | 10010010 | 11111111 | 11001101 | 101011 | 0 | 10100 | 0 | 10011000 | 1100100 | 1001111 |
Color Harmonies of #92FFCD
Complementary color
Monochromatic Colors of #92FFCD
Black with #92FFCD
Text Example
Text Example
White with #92FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FFCD; }
p { color: rgb(146,255,205); }
H1.HeaderClassName
{
color: #92FFCD;
}
.AnyTagClassName
{
color: #92FFCD;
}
</style>
background-color css
<style>
a { background-color: #92FFCD; }
a { background-color: rgb(146,255,205); }
div.DivClassName
{
background-color: #92FFCD;
}
.BgClassName
{
background-color: #92FFCD;
}
</style>
border-color css
<style>
span { border-color: #92FFCD; }
span { border-color: rgb(146,255,205); }
td.TdClassName
{
border-color: #92FFCD;
}
.TagClassName
{
border-color: #92FFCD;
}
</style>