Shades of Aquamarine #92FFCB
Tints of Aquamarine #92FFCB
RGB
CMYK
RGB Variations
Color information
#92FFCB (or 0x92FFCB) is known color: Aquamarine. HEX triplet: 92, FF and CB. RGB value is (146,255,203). Sum of RGB (Red+Green+Blue) = 146+255+203=604 (80% of max value = 765). Red value is 146 (57.42% from 255 or 24.17% from 604); Green value is 255 (100% from 255 or 42.22% from 604); Blue value is 203 (79.69% from 255 or 33.61% from 604); Max value from RGB is 255 - color contains mainly: green. Hex color #92FFCB is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FFCB is #6D0034. Grayscale: #D8D8D8. Windows color (decimal): -7143477 or 13369234. OLE color: 13369234.
HSL color Cylindrical-coordinate representation of color #92FFCB: hue angle of 151.38º 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 #92FFCB is Cyan = 0.43, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 146 | 255 | 203 | - |
| CMYK | 0.43 | 0 | 0.20 | 0 |
| HSL | 151.38º | 1% | 0.79% | - |
| HSV(B) | 151.38º | 0.43% | 1% | - |
| XYZ | 58.39 | 81.94 | 69.24 | - |
| YUV | 216.48 | 120.39 | 77.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 255 | 203 | 0.43 | 0 | 0.20 | 0 | 151.38 | 1 | 0.79 |
| Hex | 92 | FF | CB | 2B | 0 | 14 | 0 | 97 | 64 | 4F |
| Octal | 222 | 377 | 313 | 53 | 0 | 24 | 0 | 227 | 144 | 117 |
| Binary | 10010010 | 11111111 | 11001011 | 101011 | 0 | 10100 | 0 | 10010111 | 1100100 | 1001111 |
Color Harmonies of #92FFCB
Complementary color
Monochromatic Colors of #92FFCB
Black with #92FFCB
Text Example
Text Example
White with #92FFCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FFCB; }
p { color: rgb(146,255,203); }
H1.HeaderClassName
{
color: #92FFCB;
}
.AnyTagClassName
{
color: #92FFCB;
}
</style>
background-color css
<style>
a { background-color: #92FFCB; }
a { background-color: rgb(146,255,203); }
div.DivClassName
{
background-color: #92FFCB;
}
.BgClassName
{
background-color: #92FFCB;
}
</style>
border-color css
<style>
span { border-color: #92FFCB; }
span { border-color: rgb(146,255,203); }
td.TdClassName
{
border-color: #92FFCB;
}
.TagClassName
{
border-color: #92FFCB;
}
</style>