Shades of Aquamarine #92F0DB
Tints of Aquamarine #92F0DB
RGB
CMYK
RGB Variations
Color information
#92F0DB (or 0x92F0DB) is known color: Aquamarine. HEX triplet: 92, F0 and DB. RGB value is (146,240,219). Sum of RGB (Red+Green+Blue) = 146+240+219=605 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.13% from 605); Green value is 240 (94.14% from 255 or 39.67% from 605); Blue value is 219 (85.94% from 255 or 36.20% from 605); Max value from RGB is 240 - color contains mainly: green. Hex color #92F0DB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F0DB is #6D0F24. Grayscale: #D1D1D1. Windows color (decimal): -7147301 or 14413970. OLE color: 14413970.
HSL color Cylindrical-coordinate representation of color #92F0DB: hue angle of 166.6º degrees, saturation: 0.76, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92F0DB is Cyan = 0.39, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 240 | 219 | - |
| CMYK | 0.39 | 0 | 0.09 | 0.06 |
| HSL | 166.6º | 0.76% | 0.76% | - |
| HSV(B) | 166.6º | 0.39% | 0.94% | - |
| XYZ | 55.8 | 73.55 | 78.27 | - |
| YUV | 209.5 | 133.36 | 82.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 240 | 219 | 0.39 | 0 | 0.09 | 0.06 | 166.6 | 0.76 | 0.76 |
| Hex | 92 | F0 | DB | 27 | 0 | 9 | 6 | A7 | 4C | 4C |
| Octal | 222 | 360 | 333 | 47 | 0 | 11 | 6 | 247 | 114 | 114 |
| Binary | 10010010 | 11110000 | 11011011 | 100111 | 0 | 1001 | 110 | 10100111 | 1001100 | 1001100 |
Color Harmonies of #92F0DB
Complementary color
Monochromatic Colors of #92F0DB
Black with #92F0DB
Text Example
Text Example
White with #92F0DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F0DB; }
p { color: rgb(146,240,219); }
H1.HeaderClassName
{
color: #92F0DB;
}
.AnyTagClassName
{
color: #92F0DB;
}
</style>
background-color css
<style>
a { background-color: #92F0DB; }
a { background-color: rgb(146,240,219); }
div.DivClassName
{
background-color: #92F0DB;
}
.BgClassName
{
background-color: #92F0DB;
}
</style>
border-color css
<style>
span { border-color: #92F0DB; }
span { border-color: rgb(146,240,219); }
td.TdClassName
{
border-color: #92F0DB;
}
.TagClassName
{
border-color: #92F0DB;
}
</style>