Shades of Aquamarine #92FBDC
Tints of Aquamarine #92FBDC
RGB
CMYK
RGB Variations
Color information
#92FBDC (or 0x92FBDC) is known color: Aquamarine. HEX triplet: 92, FB and DC. RGB value is (146,251,220). Sum of RGB (Red+Green+Blue) = 146+251+220=617 (81% of max value = 765). Red value is 146 (57.42% from 255 or 23.66% from 617); Green value is 251 (98.44% from 255 or 40.68% from 617); Blue value is 220 (86.33% from 255 or 35.66% from 617); Max value from RGB is 251 - color contains mainly: green. Hex color #92FBDC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FBDC is #6D0423. Grayscale: #D8D8D8. Windows color (decimal): -7144484 or 14482322. OLE color: 14482322.
HSL color Cylindrical-coordinate representation of color #92FBDC: hue angle of 162.29º degrees, saturation: 0.93, 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 #92FBDC is Cyan = 0.42, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 146 | 251 | 220 | - |
| CMYK | 0.42 | 0 | 0.12 | 0.02 |
| HSL | 162.29º | 0.93% | 0.78% | - |
| HSV(B) | 162.29º | 0.42% | 0.98% | - |
| XYZ | 59.27 | 80.27 | 80.08 | - |
| YUV | 216.07 | 130.21 | 78.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 251 | 220 | 0.42 | 0 | 0.12 | 0.02 | 162.29 | 0.93 | 0.78 |
| Hex | 92 | FB | DC | 2A | 0 | C | 2 | A2 | 5D | 4E |
| Octal | 222 | 373 | 334 | 52 | 0 | 14 | 2 | 242 | 135 | 116 |
| Binary | 10010010 | 11111011 | 11011100 | 101010 | 0 | 1100 | 10 | 10100010 | 1011101 | 1001110 |
Color Harmonies of #92FBDC
Complementary color
Monochromatic Colors of #92FBDC
Black with #92FBDC
Text Example
Text Example
White with #92FBDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FBDC; }
p { color: rgb(146,251,220); }
H1.HeaderClassName
{
color: #92FBDC;
}
.AnyTagClassName
{
color: #92FBDC;
}
</style>
background-color css
<style>
a { background-color: #92FBDC; }
a { background-color: rgb(146,251,220); }
div.DivClassName
{
background-color: #92FBDC;
}
.BgClassName
{
background-color: #92FBDC;
}
</style>
border-color css
<style>
span { border-color: #92FBDC; }
span { border-color: rgb(146,251,220); }
td.TdClassName
{
border-color: #92FBDC;
}
.TagClassName
{
border-color: #92FBDC;
}
</style>