Shades of Aquamarine #92FECA
Tints of Aquamarine #92FECA
RGB
CMYK
RGB Variations
Color information
#92FECA (or 0x92FECA) is known color: Aquamarine. HEX triplet: 92, FE and CA. RGB value is (146,254,202). Sum of RGB (Red+Green+Blue) = 146+254+202=602 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.25% from 602); Green value is 254 (99.61% from 255 or 42.19% from 602); Blue value is 202 (79.30% from 255 or 33.55% from 602); Max value from RGB is 254 - color contains mainly: green. Hex color #92FECA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FECA is #6D0135. Grayscale: #D7D7D7. Windows color (decimal): -7143734 or 13303442. OLE color: 13303442.
HSL color Cylindrical-coordinate representation of color #92FECA: hue angle of 151.11º 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 #92FECA is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 254 | 202 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.00 |
| HSL | 151.11º | 0.98% | 0.78% | - |
| HSV(B) | 151.11º | 0.43% | 1% | - |
| XYZ | 57.96 | 81.26 | 68.51 | - |
| YUV | 215.78 | 120.22 | 78.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 254 | 202 | 0.43 | 0 | 0.20 | 0.00 | 151.11 | 0.98 | 0.78 |
| Hex | 92 | FE | CA | 2B | 0 | 14 | 0 | 97 | 62 | 4E |
| Octal | 222 | 376 | 312 | 53 | 0 | 24 | 0 | 227 | 142 | 116 |
| Binary | 10010010 | 11111110 | 11001010 | 101011 | 0 | 10100 | 0 | 10010111 | 1100010 | 1001110 |
Color Harmonies of #92FECA
Complementary color
Monochromatic Colors of #92FECA
Black with #92FECA
Text Example
Text Example
White with #92FECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FECA; }
p { color: rgb(146,254,202); }
H1.HeaderClassName
{
color: #92FECA;
}
.AnyTagClassName
{
color: #92FECA;
}
</style>
background-color css
<style>
a { background-color: #92FECA; }
a { background-color: rgb(146,254,202); }
div.DivClassName
{
background-color: #92FECA;
}
.BgClassName
{
background-color: #92FECA;
}
</style>
border-color css
<style>
span { border-color: #92FECA; }
span { border-color: rgb(146,254,202); }
td.TdClassName
{
border-color: #92FECA;
}
.TagClassName
{
border-color: #92FECA;
}
</style>