Shades of Aquamarine #92F1D1
Tints of Aquamarine #92F1D1
RGB
CMYK
RGB Variations
Color information
#92F1D1 (or 0x92F1D1) is known color: Aquamarine. HEX triplet: 92, F1 and D1. RGB value is (146,241,209). Sum of RGB (Red+Green+Blue) = 146+241+209=596 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.50% from 596); Green value is 241 (94.53% from 255 or 40.44% from 596); Blue value is 209 (82.03% from 255 or 35.07% from 596); Max value from RGB is 241 - color contains mainly: green. Hex color #92F1D1 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F1D1 is #6D0E2E. Grayscale: #D0D0D0. Windows color (decimal): -7147055 or 13758866. OLE color: 13758866.
HSL color Cylindrical-coordinate representation of color #92F1D1: hue angle of 159.79º degrees, saturation: 0.77, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92F1D1 is Cyan = 0.39, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 146 | 241 | 209 | - |
| CMYK | 0.39 | 0 | 0.13 | 0.05 |
| HSL | 159.79º | 0.77% | 0.76% | - |
| HSV(B) | 159.79º | 0.39% | 0.95% | - |
| XYZ | 54.82 | 73.63 | 71.64 | - |
| YUV | 208.95 | 128.03 | 83.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 241 | 209 | 0.39 | 0 | 0.13 | 0.05 | 159.79 | 0.77 | 0.76 |
| Hex | 92 | F1 | D1 | 27 | 0 | D | 5 | A0 | 4D | 4C |
| Octal | 222 | 361 | 321 | 47 | 0 | 15 | 5 | 240 | 115 | 114 |
| Binary | 10010010 | 11110001 | 11010001 | 100111 | 0 | 1101 | 101 | 10100000 | 1001101 | 1001100 |
Color Harmonies of #92F1D1
Complementary color
Monochromatic Colors of #92F1D1
Black with #92F1D1
Text Example
Text Example
White with #92F1D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F1D1; }
p { color: rgb(146,241,209); }
H1.HeaderClassName
{
color: #92F1D1;
}
.AnyTagClassName
{
color: #92F1D1;
}
</style>
background-color css
<style>
a { background-color: #92F1D1; }
a { background-color: rgb(146,241,209); }
div.DivClassName
{
background-color: #92F1D1;
}
.BgClassName
{
background-color: #92F1D1;
}
</style>
border-color css
<style>
span { border-color: #92F1D1; }
span { border-color: rgb(146,241,209); }
td.TdClassName
{
border-color: #92F1D1;
}
.TagClassName
{
border-color: #92F1D1;
}
</style>