Shades of Aquamarine #92EFDD
Tints of Aquamarine #92EFDD
RGB
CMYK
RGB Variations
Color information
#92EFDD (or 0x92EFDD) is known color: Aquamarine. HEX triplet: 92, EF and DD. RGB value is (146,239,221). Sum of RGB (Red+Green+Blue) = 146+239+221=606 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.09% from 606); Green value is 239 (93.75% from 255 or 39.44% from 606); Blue value is 221 (86.72% from 255 or 36.47% from 606); Max value from RGB is 239 - color contains mainly: green. Hex color #92EFDD is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92EFDD is #6D1022. Grayscale: #D1D1D1. Windows color (decimal): -7147555 or 14544786. OLE color: 14544786.
HSL color Cylindrical-coordinate representation of color #92EFDD: hue angle of 168.39º degrees, saturation: 0.74, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #92EFDD is Cyan = 0.39, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 146 | 239 | 221 | - |
| CMYK | 0.39 | 0 | 0.08 | 0.06 |
| HSL | 168.39º | 0.74% | 0.75% | - |
| HSV(B) | 168.39º | 0.39% | 0.94% | - |
| XYZ | 55.77 | 73.06 | 79.57 | - |
| YUV | 209.14 | 134.69 | 82.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 239 | 221 | 0.39 | 0 | 0.08 | 0.06 | 168.39 | 0.74 | 0.75 |
| Hex | 92 | EF | DD | 27 | 0 | 8 | 6 | A8 | 4A | 4B |
| Octal | 222 | 357 | 335 | 47 | 0 | 10 | 6 | 250 | 112 | 113 |
| Binary | 10010010 | 11101111 | 11011101 | 100111 | 0 | 1000 | 110 | 10101000 | 1001010 | 1001011 |
Color Harmonies of #92EFDD
Complementary color
Monochromatic Colors of #92EFDD
Black with #92EFDD
Text Example
Text Example
White with #92EFDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92EFDD; }
p { color: rgb(146,239,221); }
H1.HeaderClassName
{
color: #92EFDD;
}
.AnyTagClassName
{
color: #92EFDD;
}
</style>
background-color css
<style>
a { background-color: #92EFDD; }
a { background-color: rgb(146,239,221); }
div.DivClassName
{
background-color: #92EFDD;
}
.BgClassName
{
background-color: #92EFDD;
}
</style>
border-color css
<style>
span { border-color: #92EFDD; }
span { border-color: rgb(146,239,221); }
td.TdClassName
{
border-color: #92EFDD;
}
.TagClassName
{
border-color: #92EFDD;
}
</style>