Shades of Aquamarine #92FFDA
Tints of Aquamarine #92FFDA
RGB
CMYK
RGB Variations
Color information
#92FFDA (or 0x92FFDA) is known color: Aquamarine. HEX triplet: 92, FF and DA. RGB value is (146,255,218). Sum of RGB (Red+Green+Blue) = 146+255+218=619 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.59% from 619); Green value is 255 (100% from 255 or 41.20% from 619); Blue value is 218 (85.55% from 255 or 35.22% from 619); Max value from RGB is 255 - color contains mainly: green. Hex color #92FFDA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FFDA is #6D0025. Grayscale: #DADADA. Windows color (decimal): -7143462 or 14352274. OLE color: 14352274.
HSL color Cylindrical-coordinate representation of color #92FFDA: hue angle of 159.63º 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 #92FFDA is Cyan = 0.43, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 255 | 218 | - |
| CMYK | 0.43 | 0 | 0.15 | 0 |
| HSL | 159.63º | 1% | 0.79% | - |
| HSV(B) | 159.63º | 0.43% | 1% | - |
| XYZ | 60.27 | 82.69 | 79.11 | - |
| YUV | 218.19 | 127.89 | 76.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 255 | 218 | 0.43 | 0 | 0.15 | 0 | 159.63 | 1 | 0.79 |
| Hex | 92 | FF | DA | 2B | 0 | F | 0 | A0 | 64 | 4F |
| Octal | 222 | 377 | 332 | 53 | 0 | 17 | 0 | 240 | 144 | 117 |
| Binary | 10010010 | 11111111 | 11011010 | 101011 | 0 | 1111 | 0 | 10100000 | 1100100 | 1001111 |
Color Harmonies of #92FFDA
Complementary color
Monochromatic Colors of #92FFDA
Black with #92FFDA
Text Example
Text Example
White with #92FFDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FFDA; }
p { color: rgb(146,255,218); }
H1.HeaderClassName
{
color: #92FFDA;
}
.AnyTagClassName
{
color: #92FFDA;
}
</style>
background-color css
<style>
a { background-color: #92FFDA; }
a { background-color: rgb(146,255,218); }
div.DivClassName
{
background-color: #92FFDA;
}
.BgClassName
{
background-color: #92FFDA;
}
</style>
border-color css
<style>
span { border-color: #92FFDA; }
span { border-color: rgb(146,255,218); }
td.TdClassName
{
border-color: #92FFDA;
}
.TagClassName
{
border-color: #92FFDA;
}
</style>