Shades of Aquamarine #92F8D0
Tints of Aquamarine #92F8D0
RGB
CMYK
RGB Variations
Color information
#92F8D0 (or 0x92F8D0) is known color: Aquamarine. HEX triplet: 92, F8 and D0. RGB value is (146,248,208). Sum of RGB (Red+Green+Blue) = 146+248+208=602 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.25% from 602); Green value is 248 (97.27% from 255 or 41.20% from 602); Blue value is 208 (81.64% from 255 or 34.55% from 602); Max value from RGB is 248 - color contains mainly: green. Hex color #92F8D0 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F8D0 is #6D072F. Grayscale: #D5D5D5. Windows color (decimal): -7145264 or 13695122. OLE color: 13695122.
HSL color Cylindrical-coordinate representation of color #92F8D0: hue angle of 156.47º degrees, saturation: 0.88, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #92F8D0 is Cyan = 0.41, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 146 | 248 | 208 | - |
| CMYK | 0.41 | 0 | 0.16 | 0.03 |
| HSL | 156.47º | 0.88% | 0.77% | - |
| HSV(B) | 156.47º | 0.41% | 0.97% | - |
| XYZ | 56.81 | 77.8 | 71.7 | - |
| YUV | 212.94 | 125.21 | 80.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 248 | 208 | 0.41 | 0 | 0.16 | 0.03 | 156.47 | 0.88 | 0.77 |
| Hex | 92 | F8 | D0 | 29 | 0 | 10 | 3 | 9C | 58 | 4D |
| Octal | 222 | 370 | 320 | 51 | 0 | 20 | 3 | 234 | 130 | 115 |
| Binary | 10010010 | 11111000 | 11010000 | 101001 | 0 | 10000 | 11 | 10011100 | 1011000 | 1001101 |
Color Harmonies of #92F8D0
Complementary color
Monochromatic Colors of #92F8D0
Black with #92F8D0
Text Example
Text Example
White with #92F8D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F8D0; }
p { color: rgb(146,248,208); }
H1.HeaderClassName
{
color: #92F8D0;
}
.AnyTagClassName
{
color: #92F8D0;
}
</style>
background-color css
<style>
a { background-color: #92F8D0; }
a { background-color: rgb(146,248,208); }
div.DivClassName
{
background-color: #92F8D0;
}
.BgClassName
{
background-color: #92F8D0;
}
</style>
border-color css
<style>
span { border-color: #92F8D0; }
span { border-color: rgb(146,248,208); }
td.TdClassName
{
border-color: #92F8D0;
}
.TagClassName
{
border-color: #92F8D0;
}
</style>