Shades of Aquamarine #92FFCF
Tints of Aquamarine #92FFCF
RGB
CMYK
RGB Variations
Color information
#92FFCF (or 0x92FFCF) is known color: Aquamarine. HEX triplet: 92, FF and CF. RGB value is (146,255,207). Sum of RGB (Red+Green+Blue) = 146+255+207=608 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.01% from 608); Green value is 255 (100% from 255 or 41.94% from 608); Blue value is 207 (81.25% from 255 or 34.05% from 608); Max value from RGB is 255 - color contains mainly: green. Hex color #92FFCF is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FFCF is #6D0030. Grayscale: #D9D9D9. Windows color (decimal): -7143473 or 13631378. OLE color: 13631378.
HSL color Cylindrical-coordinate representation of color #92FFCF: hue angle of 153.58º degrees, saturation: 1, lightness: 0.79%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #92FFCF is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 255 | 207 | - |
| CMYK | 0.43 | 0 | 0.19 | 0 |
| HSL | 153.58º | 1% | 0.79% | - |
| HSV(B) | 153.58º | 0.43% | 1% | - |
| XYZ | 58.88 | 82.14 | 71.78 | - |
| YUV | 216.94 | 122.39 | 77.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 255 | 207 | 0.43 | 0 | 0.19 | 0 | 153.58 | 1 | 0.79 |
| Hex | 92 | FF | CF | 2B | 0 | 13 | 0 | 9A | 64 | 4F |
| Octal | 222 | 377 | 317 | 53 | 0 | 23 | 0 | 232 | 144 | 117 |
| Binary | 10010010 | 11111111 | 11001111 | 101011 | 0 | 10011 | 0 | 10011010 | 1100100 | 1001111 |
Color Harmonies of #92FFCF
Complementary color
Monochromatic Colors of #92FFCF
Black with #92FFCF
Text Example
Text Example
White with #92FFCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FFCF; }
p { color: rgb(146,255,207); }
H1.HeaderClassName
{
color: #92FFCF;
}
.AnyTagClassName
{
color: #92FFCF;
}
</style>
background-color css
<style>
a { background-color: #92FFCF; }
a { background-color: rgb(146,255,207); }
div.DivClassName
{
background-color: #92FFCF;
}
.BgClassName
{
background-color: #92FFCF;
}
</style>
border-color css
<style>
span { border-color: #92FFCF; }
span { border-color: rgb(146,255,207); }
td.TdClassName
{
border-color: #92FFCF;
}
.TagClassName
{
border-color: #92FFCF;
}
</style>