Shades of Aquamarine #92FCCC
Tints of Aquamarine #92FCCC
RGB
CMYK
RGB Variations
Color information
#92FCCC (or 0x92FCCC) is known color: Aquamarine. HEX triplet: 92, FC and CC. RGB value is (146,252,204). Sum of RGB (Red+Green+Blue) = 146+252+204=602 (79% of max value = 765). Red value is 146 (57.42% from 255 or 24.25% from 602); Green value is 252 (98.83% from 255 or 41.86% from 602); Blue value is 204 (80.08% from 255 or 33.89% from 602); Max value from RGB is 252 - color contains mainly: green. Hex color #92FCCC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92FCCC is #6D0333. Grayscale: #D6D6D6. Windows color (decimal): -7144244 or 13434002. OLE color: 13434002.
HSL color Cylindrical-coordinate representation of color #92FCCC: hue angle of 152.83º degrees, saturation: 0.95, lightness: 0.78%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #92FCCC is Cyan = 0.42, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 146 | 252 | 204 | - |
| CMYK | 0.42 | 0 | 0.19 | 0.01 |
| HSL | 152.83º | 0.95% | 0.78% | - |
| HSV(B) | 152.83º | 0.42% | 0.99% | - |
| XYZ | 57.56 | 80.09 | 69.55 | - |
| YUV | 214.83 | 121.88 | 78.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 252 | 204 | 0.42 | 0 | 0.19 | 0.01 | 152.83 | 0.95 | 0.78 |
| Hex | 92 | FC | CC | 2A | 0 | 13 | 1 | 99 | 5F | 4E |
| Octal | 222 | 374 | 314 | 52 | 0 | 23 | 1 | 231 | 137 | 116 |
| Binary | 10010010 | 11111100 | 11001100 | 101010 | 0 | 10011 | 1 | 10011001 | 1011111 | 1001110 |
Color Harmonies of #92FCCC
Complementary color
Monochromatic Colors of #92FCCC
Black with #92FCCC
Text Example
Text Example
White with #92FCCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92FCCC; }
p { color: rgb(146,252,204); }
H1.HeaderClassName
{
color: #92FCCC;
}
.AnyTagClassName
{
color: #92FCCC;
}
</style>
background-color css
<style>
a { background-color: #92FCCC; }
a { background-color: rgb(146,252,204); }
div.DivClassName
{
background-color: #92FCCC;
}
.BgClassName
{
background-color: #92FCCC;
}
</style>
border-color css
<style>
span { border-color: #92FCCC; }
span { border-color: rgb(146,252,204); }
td.TdClassName
{
border-color: #92FCCC;
}
.TagClassName
{
border-color: #92FCCC;
}
</style>