Shades of Aquamarine #92FED4
Tints of Aquamarine #92FED4
RGB
CMYK
RGB Variations
Color information
#92FED4 (or 0x92FED4) is known color: Aquamarine. HEX triplet: 92, FE and D4. RGB value is (146,254,212). Sum of RGB (Red+Green+Blue) = 146+254+212=612 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.86% from 612); Green value is 254 (99.61% from 255 or 41.50% from 612); Blue value is 212 (83.20% from 255 or 34.64% from 612); Max value from RGB is 254 - color contains mainly: green. Hex color #92FED4 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FED4 is #6D012B. Grayscale: #D8D8D8. Windows color (decimal): -7143724 or 13958802. OLE color: 13958802.
HSL color Cylindrical-coordinate representation of color #92FED4: hue angle of 156.67º degrees, saturation: 0.98, lightness: 0.78%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92FED4 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 254 | 212 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.00 |
| HSL | 156.67º | 0.98% | 0.78% | - |
| HSV(B) | 156.67º | 0.43% | 1% | - |
| XYZ | 59.18 | 81.75 | 74.95 | - |
| YUV | 216.92 | 125.22 | 77.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 254 | 212 | 0.43 | 0 | 0.17 | 0.00 | 156.67 | 0.98 | 0.78 |
| Hex | 92 | FE | D4 | 2B | 0 | 11 | 0 | 9D | 62 | 4E |
| Octal | 222 | 376 | 324 | 53 | 0 | 21 | 0 | 235 | 142 | 116 |
| Binary | 10010010 | 11111110 | 11010100 | 101011 | 0 | 10001 | 0 | 10011101 | 1100010 | 1001110 |
Color Harmonies of #92FED4
Complementary color
Monochromatic Colors of #92FED4
Black with #92FED4
Text Example
Text Example
White with #92FED4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FED4; }
p { color: rgb(146,254,212); }
H1.HeaderClassName
{
color: #92FED4;
}
.AnyTagClassName
{
color: #92FED4;
}
</style>
background-color css
<style>
a { background-color: #92FED4; }
a { background-color: rgb(146,254,212); }
div.DivClassName
{
background-color: #92FED4;
}
.BgClassName
{
background-color: #92FED4;
}
</style>
border-color css
<style>
span { border-color: #92FED4; }
span { border-color: rgb(146,254,212); }
td.TdClassName
{
border-color: #92FED4;
}
.TagClassName
{
border-color: #92FED4;
}
</style>