Shades of Aquamarine #92FECB
Tints of Aquamarine #92FECB
RGB
CMYK
RGB Variations
Color information
#92FECB (or 0x92FECB) is known color: Aquamarine. HEX triplet: 92, FE and CB. RGB value is (146,254,203). Sum of RGB (Red+Green+Blue) = 146+254+203=603 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.21% from 603); Green value is 254 (99.61% from 255 or 42.12% from 603); Blue value is 203 (79.69% from 255 or 33.67% from 603); Max value from RGB is 254 - color contains mainly: green. Hex color #92FECB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FECB is #6D0134. Grayscale: #D7D7D7. Windows color (decimal): -7143733 or 13368978. OLE color: 13368978.
HSL color Cylindrical-coordinate representation of color #92FECB: hue angle of 151.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 #92FECB is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 146 | 254 | 203 | - |
| CMYK | 0.43 | 0 | 0.20 | 0.00 |
| HSL | 151.67º | 0.98% | 0.78% | - |
| HSV(B) | 151.67º | 0.43% | 1% | - |
| XYZ | 58.08 | 81.31 | 69.13 | - |
| YUV | 215.89 | 120.72 | 78.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 254 | 203 | 0.43 | 0 | 0.20 | 0.00 | 151.67 | 0.98 | 0.78 |
| Hex | 92 | FE | CB | 2B | 0 | 14 | 0 | 98 | 62 | 4E |
| Octal | 222 | 376 | 313 | 53 | 0 | 24 | 0 | 230 | 142 | 116 |
| Binary | 10010010 | 11111110 | 11001011 | 101011 | 0 | 10100 | 0 | 10011000 | 1100010 | 1001110 |
Color Harmonies of #92FECB
Complementary color
Monochromatic Colors of #92FECB
Black with #92FECB
Text Example
Text Example
White with #92FECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FECB; }
p { color: rgb(146,254,203); }
H1.HeaderClassName
{
color: #92FECB;
}
.AnyTagClassName
{
color: #92FECB;
}
</style>
background-color css
<style>
a { background-color: #92FECB; }
a { background-color: rgb(146,254,203); }
div.DivClassName
{
background-color: #92FECB;
}
.BgClassName
{
background-color: #92FECB;
}
</style>
border-color css
<style>
span { border-color: #92FECB; }
span { border-color: rgb(146,254,203); }
td.TdClassName
{
border-color: #92FECB;
}
.TagClassName
{
border-color: #92FECB;
}
</style>