Shades of Aquamarine #92F0D6
Tints of Aquamarine #92F0D6
RGB
CMYK
RGB Variations
Color information
#92F0D6 (or 0x92F0D6) is known color: Aquamarine. HEX triplet: 92, F0 and D6. RGB value is (146,240,214). Sum of RGB (Red+Green+Blue) = 146+240+214=600 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.33% from 600); Green value is 240 (94.14% from 255 or 40% from 600); Blue value is 214 (83.98% from 255 or 35.67% from 600); Max value from RGB is 240 - color contains mainly: green. Hex color #92F0D6 is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F0D6 is #6D0F29. Grayscale: #D0D0D0. Windows color (decimal): -7147306 or 14086290. OLE color: 14086290.
HSL color Cylindrical-coordinate representation of color #92F0D6: hue angle of 163.4º 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 #92F0D6 is Cyan = 0.39, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 240 | 214 | - |
| CMYK | 0.39 | 0 | 0.11 | 0.06 |
| HSL | 163.4º | 0.76% | 0.76% | - |
| HSV(B) | 163.4º | 0.39% | 0.94% | - |
| XYZ | 55.15 | 73.29 | 74.86 | - |
| YUV | 208.93 | 130.86 | 83.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 240 | 214 | 0.39 | 0 | 0.11 | 0.06 | 163.4 | 0.76 | 0.76 |
| Hex | 92 | F0 | D6 | 27 | 0 | B | 6 | A3 | 4C | 4C |
| Octal | 222 | 360 | 326 | 47 | 0 | 13 | 6 | 243 | 114 | 114 |
| Binary | 10010010 | 11110000 | 11010110 | 100111 | 0 | 1011 | 110 | 10100011 | 1001100 | 1001100 |
Color Harmonies of #92F0D6
Complementary color
Monochromatic Colors of #92F0D6
Black with #92F0D6
Text Example
Text Example
White with #92F0D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F0D6; }
p { color: rgb(146,240,214); }
H1.HeaderClassName
{
color: #92F0D6;
}
.AnyTagClassName
{
color: #92F0D6;
}
</style>
background-color css
<style>
a { background-color: #92F0D6; }
a { background-color: rgb(146,240,214); }
div.DivClassName
{
background-color: #92F0D6;
}
.BgClassName
{
background-color: #92F0D6;
}
</style>
border-color css
<style>
span { border-color: #92F0D6; }
span { border-color: rgb(146,240,214); }
td.TdClassName
{
border-color: #92F0D6;
}
.TagClassName
{
border-color: #92F0D6;
}
</style>