Shades of Aquamarine #92F5CC
Tints of Aquamarine #92F5CC
RGB
CMYK
RGB Variations
Color information
#92F5CC (or 0x92F5CC) is known color: Aquamarine. HEX triplet: 92, F5 and CC. RGB value is (146,245,204). Sum of RGB (Red+Green+Blue) = 146+245+204=595 (78% of max value = 765). Red value is 146 (57.42% from 255 or 24.54% from 595); Green value is 245 (96.09% from 255 or 41.18% from 595); Blue value is 204 (80.08% from 255 or 34.29% from 595); Max value from RGB is 245 - color contains mainly: green. Hex color #92F5CC is not a web safe color. Web safe color analog (approx): #99FFCC. Inversed color of #92F5CC is #6D0A33. Grayscale: #D2D2D2. Windows color (decimal): -7146036 or 13432210. OLE color: 13432210.
HSL color Cylindrical-coordinate representation of color #92F5CC: hue angle of 155.15º degrees, saturation: 0.83, lightness: 0.77%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #92F5CC is Cyan = 0.40, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 146 | 245 | 204 | - |
| CMYK | 0.40 | 0 | 0.17 | 0.04 |
| HSL | 155.15º | 0.83% | 0.77% | - |
| HSV(B) | 155.15º | 0.4% | 0.96% | - |
| XYZ | 55.41 | 75.78 | 68.83 | - |
| YUV | 210.73 | 124.2 | 81.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 245 | 204 | 0.40 | 0 | 0.17 | 0.04 | 155.15 | 0.83 | 0.77 |
| Hex | 92 | F5 | CC | 28 | 0 | 11 | 4 | 9B | 53 | 4D |
| Octal | 222 | 365 | 314 | 50 | 0 | 21 | 4 | 233 | 123 | 115 |
| Binary | 10010010 | 11110101 | 11001100 | 101000 | 0 | 10001 | 100 | 10011011 | 1010011 | 1001101 |
Color Harmonies of #92F5CC
Complementary color
Monochromatic Colors of #92F5CC
Black with #92F5CC
Text Example
Text Example
White with #92F5CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #92F5CC; }
p { color: rgb(146,245,204); }
H1.HeaderClassName
{
color: #92F5CC;
}
.AnyTagClassName
{
color: #92F5CC;
}
</style>
background-color css
<style>
a { background-color: #92F5CC; }
a { background-color: rgb(146,245,204); }
div.DivClassName
{
background-color: #92F5CC;
}
.BgClassName
{
background-color: #92F5CC;
}
</style>
border-color css
<style>
span { border-color: #92F5CC; }
span { border-color: rgb(146,245,204); }
td.TdClassName
{
border-color: #92F5CC;
}
.TagClassName
{
border-color: #92F5CC;
}
</style>