Shades of Aquamarine #92FCDD
Tints of Aquamarine #92FCDD
RGB
CMYK
RGB Variations
Color information
#92FCDD (or 0x92FCDD) is known color: Aquamarine. HEX triplet: 92, FC and DD. RGB value is (146,252,221). Sum of RGB (Red+Green+Blue) = 146+252+221=619 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.59% from 619); Green value is 252 (98.83% from 255 or 40.71% from 619); Blue value is 221 (86.72% from 255 or 35.70% from 619); Max value from RGB is 252 - color contains mainly: green. Hex color #92FCDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FCDD is #6D0322. Grayscale: #D8D8D8. Windows color (decimal): -7144227 or 14548114. OLE color: 14548114.
HSL color Cylindrical-coordinate representation of color #92FCDD: hue angle of 162.45º degrees, saturation: 0.95, 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 #92FCDD is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 252 | 221 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.01 |
| HSL | 162.45º | 0.95% | 0.78% | - |
| HSV(B) | 162.45º | 0.42% | 0.99% | - |
| XYZ | 59.72 | 80.95 | 80.88 | - |
| YUV | 216.77 | 130.38 | 77.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 252 | 221 | 0.42 | 0 | 0.12 | 0.01 | 162.45 | 0.95 | 0.78 |
| Hex | 92 | FC | DD | 2A | 0 | C | 1 | A2 | 5F | 4E |
| Octal | 222 | 374 | 335 | 52 | 0 | 14 | 1 | 242 | 137 | 116 |
| Binary | 10010010 | 11111100 | 11011101 | 101010 | 0 | 1100 | 1 | 10100010 | 1011111 | 1001110 |
Color Harmonies of #92FCDD
Complementary color
Monochromatic Colors of #92FCDD
Black with #92FCDD
Text Example
Text Example
White with #92FCDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FCDD; }
p { color: rgb(146,252,221); }
H1.HeaderClassName
{
color: #92FCDD;
}
.AnyTagClassName
{
color: #92FCDD;
}
</style>
background-color css
<style>
a { background-color: #92FCDD; }
a { background-color: rgb(146,252,221); }
div.DivClassName
{
background-color: #92FCDD;
}
.BgClassName
{
background-color: #92FCDD;
}
</style>
border-color css
<style>
span { border-color: #92FCDD; }
span { border-color: rgb(146,252,221); }
td.TdClassName
{
border-color: #92FCDD;
}
.TagClassName
{
border-color: #92FCDD;
}
</style>