Shades of Aquamarine #92FED2
Tints of Aquamarine #92FED2
RGB
CMYK
RGB Variations
Color information
#92FED2 (or 0x92FED2) is known color: Aquamarine. HEX triplet: 92, FE and D2. RGB value is (146,254,210). Sum of RGB (Red+Green+Blue) = 146+254+210=610 (80% of max value = 765). Red value is 146 (57.42% from 255 or 23.93% from 610); Green value is 254 (99.61% from 255 or 41.64% from 610); Blue value is 210 (82.42% from 255 or 34.43% from 610); Max value from RGB is 254 - color contains mainly: green. Hex color #92FED2 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FED2 is #6D012D. Grayscale: #D8D8D8. Windows color (decimal): -7143726 or 13827730. OLE color: 13827730.
HSL color Cylindrical-coordinate representation of color #92FED2: hue angle of 155.56º 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 #92FED2 is Cyan = 0.43, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 254 | 210 | - |
| CMYK | 0.43 | 0 | 0.17 | 0.00 |
| HSL | 155.56º | 0.98% | 0.78% | - |
| HSV(B) | 155.56º | 0.43% | 1% | - |
| XYZ | 58.93 | 81.65 | 73.63 | - |
| YUV | 216.69 | 124.22 | 77.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 254 | 210 | 0.43 | 0 | 0.17 | 0.00 | 155.56 | 0.98 | 0.78 |
| Hex | 92 | FE | D2 | 2B | 0 | 11 | 0 | 9C | 62 | 4E |
| Octal | 222 | 376 | 322 | 53 | 0 | 21 | 0 | 234 | 142 | 116 |
| Binary | 10010010 | 11111110 | 11010010 | 101011 | 0 | 10001 | 0 | 10011100 | 1100010 | 1001110 |
Color Harmonies of #92FED2
Complementary color
Monochromatic Colors of #92FED2
Black with #92FED2
Text Example
Text Example
White with #92FED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FED2; }
p { color: rgb(146,254,210); }
H1.HeaderClassName
{
color: #92FED2;
}
.AnyTagClassName
{
color: #92FED2;
}
</style>
background-color css
<style>
a { background-color: #92FED2; }
a { background-color: rgb(146,254,210); }
div.DivClassName
{
background-color: #92FED2;
}
.BgClassName
{
background-color: #92FED2;
}
</style>
border-color css
<style>
span { border-color: #92FED2; }
span { border-color: rgb(146,254,210); }
td.TdClassName
{
border-color: #92FED2;
}
.TagClassName
{
border-color: #92FED2;
}
</style>