Shades of Aquamarine #92FDE8
Tints of Aquamarine #92FDE8
RGB
CMYK
RGB Variations
Color information
#92FDE8 (or 0x92FDE8) is known color: Aquamarine. HEX triplet: 92, FD and E8. RGB value is (146,253,232). Sum of RGB (Red+Green+Blue) = 146+253+232=631 (83% of max value = 765). Red value is 146 (57.42% from 255 or 23.14% from 631); Green value is 253 (99.22% from 255 or 40.10% from 631); Blue value is 232 (91.02% from 255 or 36.77% from 631); Max value from RGB is 253 - color contains mainly: green. Hex color #92FDE8 is not a web safe color. Web safe color analog (approx): #99FFFF. Inversed color of #92FDE8 is #6D0217. Grayscale: #DADADA. Windows color (decimal): -7143960 or 15269266. OLE color: 15269266.
HSL color Cylindrical-coordinate representation of color #92FDE8: hue angle of 168.22º 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 #92FDE8 is Cyan = 0.42, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 253 | 232 | - |
| CMYK | 0.42 | 0 | 0.08 | 0.01 |
| HSL | 168.22º | 0.96% | 0.78% | - |
| HSV(B) | 168.22º | 0.42% | 0.99% | - |
| XYZ | 61.54 | 82.19 | 88.96 | - |
| YUV | 218.61 | 135.55 | 76.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 253 | 232 | 0.42 | 0 | 0.08 | 0.01 | 168.22 | 0.96 | 0.78 |
| Hex | 92 | FD | E8 | 2A | 0 | 8 | 1 | A8 | 60 | 4E |
| Octal | 222 | 375 | 350 | 52 | 0 | 10 | 1 | 250 | 140 | 116 |
| Binary | 10010010 | 11111101 | 11101000 | 101010 | 0 | 1000 | 1 | 10101000 | 1100000 | 1001110 |
Color Harmonies of #92FDE8
Complementary color
Monochromatic Colors of #92FDE8
Black with #92FDE8
Text Example
Text Example
White with #92FDE8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FDE8; }
p { color: rgb(146,253,232); }
H1.HeaderClassName
{
color: #92FDE8;
}
.AnyTagClassName
{
color: #92FDE8;
}
</style>
background-color css
<style>
a { background-color: #92FDE8; }
a { background-color: rgb(146,253,232); }
div.DivClassName
{
background-color: #92FDE8;
}
.BgClassName
{
background-color: #92FDE8;
}
</style>
border-color css
<style>
span { border-color: #92FDE8; }
span { border-color: rgb(146,253,232); }
td.TdClassName
{
border-color: #92FDE8;
}
.TagClassName
{
border-color: #92FDE8;
}
</style>