Shades of Aquamarine #92FDEB
Tints of Aquamarine #92FDEB
RGB
CMYK
RGB Variations
Color information
#92FDEB (or 0x92FDEB) is known color: Aquamarine. HEX triplet: 92, FD and EB. RGB value is (146,253,235). Sum of RGB (Red+Green+Blue) = 146+253+235=634 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.03% from 634); Green value is 253 (99.22% from 255 or 39.91% from 634); Blue value is 235 (92.19% from 255 or 37.07% from 634); Max value from RGB is 253 - color contains mainly: green. Hex color #92FDEB is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FDEB is #6D0214. Grayscale: #DADADA. Windows color (decimal): -7143957 or 15465874. OLE color: 15465874.
HSL color Cylindrical-coordinate representation of color #92FDEB: hue angle of 169.91º degrees, saturation: 0.96, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92FDEB is Cyan = 0.42, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 253 | 235 | - |
| CMYK | 0.42 | 0 | 0.07 | 0.01 |
| HSL | 169.91º | 0.96% | 0.78% | - |
| HSV(B) | 169.91º | 0.42% | 0.99% | - |
| XYZ | 61.97 | 82.36 | 91.23 | - |
| YUV | 218.96 | 137.05 | 75.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 253 | 235 | 0.42 | 0 | 0.07 | 0.01 | 169.91 | 0.96 | 0.78 |
| Hex | 92 | FD | EB | 2A | 0 | 7 | 1 | AA | 60 | 4E |
| Octal | 222 | 375 | 353 | 52 | 0 | 7 | 1 | 252 | 140 | 116 |
| Binary | 10010010 | 11111101 | 11101011 | 101010 | 0 | 111 | 1 | 10101010 | 1100000 | 1001110 |
Color Harmonies of #92FDEB
Complementary color
Monochromatic Colors of #92FDEB
Black with #92FDEB
Text Example
Text Example
White with #92FDEB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FDEB; }
p { color: rgb(146,253,235); }
H1.HeaderClassName
{
color: #92FDEB;
}
.AnyTagClassName
{
color: #92FDEB;
}
</style>
background-color css
<style>
a { background-color: #92FDEB; }
a { background-color: rgb(146,253,235); }
div.DivClassName
{
background-color: #92FDEB;
}
.BgClassName
{
background-color: #92FDEB;
}
</style>
border-color css
<style>
span { border-color: #92FDEB; }
span { border-color: rgb(146,253,235); }
td.TdClassName
{
border-color: #92FDEB;
}
.TagClassName
{
border-color: #92FDEB;
}
</style>