Shades of Aquamarine #92FACA
Tints of Aquamarine #92FACA
RGB
CMYK
RGB Variations
Color information
#92FACA (or 0x92FACA) is known color: Aquamarine. HEX triplet: 92, FA and CA. RGB value is (146,250,202). Sum of RGB (Red+Green+Blue) = 146+250+202=598 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.41% from 598); Green value is 250 (98.05% from 255 or 41.81% from 598); Blue value is 202 (79.30% from 255 or 33.78% from 598); Max value from RGB is 250 - color contains mainly: green. Hex color #92FACA is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FACA is #6D0535. Grayscale: #D5D5D5. Windows color (decimal): -7144758 or 13302418. OLE color: 13302418.
HSL color Cylindrical-coordinate representation of color #92FACA: hue angle of 152.31º degrees, saturation: 0.91, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92FACA is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 250 | 202 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.02 |
| HSL | 152.31º | 0.91% | 0.78% | - |
| HSV(B) | 152.31º | 0.42% | 0.98% | - |
| XYZ | 56.7 | 78.75 | 68.09 | - |
| YUV | 213.43 | 121.54 | 79.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 250 | 202 | 0.42 | 0 | 0.19 | 0.02 | 152.31 | 0.91 | 0.78 |
| Hex | 92 | FA | CA | 2A | 0 | 13 | 2 | 98 | 5B | 4E |
| Octal | 222 | 372 | 312 | 52 | 0 | 23 | 2 | 230 | 133 | 116 |
| Binary | 10010010 | 11111010 | 11001010 | 101010 | 0 | 10011 | 10 | 10011000 | 1011011 | 1001110 |
Color Harmonies of #92FACA
Complementary color
Monochromatic Colors of #92FACA
Black with #92FACA
Text Example
Text Example
White with #92FACA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FACA; }
p { color: rgb(146,250,202); }
H1.HeaderClassName
{
color: #92FACA;
}
.AnyTagClassName
{
color: #92FACA;
}
</style>
background-color css
<style>
a { background-color: #92FACA; }
a { background-color: rgb(146,250,202); }
div.DivClassName
{
background-color: #92FACA;
}
.BgClassName
{
background-color: #92FACA;
}
</style>
border-color css
<style>
span { border-color: #92FACA; }
span { border-color: rgb(146,250,202); }
td.TdClassName
{
border-color: #92FACA;
}
.TagClassName
{
border-color: #92FACA;
}
</style>