Shades of Aquamarine #92F3DB
Tints of Aquamarine #92F3DB
RGB
CMYK
RGB Variations
Color information
#92F3DB (or 0x92F3DB) is known color: Aquamarine. HEX triplet: 92, F3 and DB. RGB value is (146,243,219). Sum of RGB (Red+Green+Blue) = 146+243+219=608 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.01% from 608); Green value is 243 (95.31% from 255 or 39.97% from 608); Blue value is 219 (85.94% from 255 or 36.02% from 608); Max value from RGB is 243 - color contains mainly: green. Hex color #92F3DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F3DB is #6D0C24. Grayscale: #D3D3D3. Windows color (decimal): -7146533 or 14414738. OLE color: 14414738.
HSL color Cylindrical-coordinate representation of color #92F3DB: hue angle of 165.15º degrees, saturation: 0.8, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92F3DB is Cyan = 0.40, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 243 | 219 | - |
| CMYK | 0.40 | 0 | 0.10 | 0.05 |
| HSL | 165.15º | 0.8% | 0.76% | - |
| HSV(B) | 165.15º | 0.4% | 0.95% | - |
| XYZ | 56.69 | 75.33 | 78.57 | - |
| YUV | 211.26 | 132.36 | 81.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 243 | 219 | 0.40 | 0 | 0.10 | 0.05 | 165.15 | 0.8 | 0.76 |
| Hex | 92 | F3 | DB | 28 | 0 | A | 5 | A5 | 50 | 4C |
| Octal | 222 | 363 | 333 | 50 | 0 | 12 | 5 | 245 | 120 | 114 |
| Binary | 10010010 | 11110011 | 11011011 | 101000 | 0 | 1010 | 101 | 10100101 | 1010000 | 1001100 |
Color Harmonies of #92F3DB
Complementary color
Monochromatic Colors of #92F3DB
Black with #92F3DB
Text Example
Text Example
White with #92F3DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F3DB; }
p { color: rgb(146,243,219); }
H1.HeaderClassName
{
color: #92F3DB;
}
.AnyTagClassName
{
color: #92F3DB;
}
</style>
background-color css
<style>
a { background-color: #92F3DB; }
a { background-color: rgb(146,243,219); }
div.DivClassName
{
background-color: #92F3DB;
}
.BgClassName
{
background-color: #92F3DB;
}
</style>
border-color css
<style>
span { border-color: #92F3DB; }
span { border-color: rgb(146,243,219); }
td.TdClassName
{
border-color: #92F3DB;
}
.TagClassName
{
border-color: #92F3DB;
}
</style>