Shades of Aquamarine #74FFC9
Tints of Aquamarine #74FFC9
RGB
CMYK
RGB Variations
Color information
#74FFC9 (or 0x74FFC9) is known color: Aquamarine. HEX triplet: 74, FF and C9. RGB value is (116,255,201). Sum of RGB (Red+Green+Blue) = 116+255+201=572 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.28% from 572); Green value is 255 (100% from 255 or 44.58% from 572); Blue value is 201 (78.91% from 255 or 35.14% from 572); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFC9 is #8B0036. Grayscale: #CFCFCF. Windows color (decimal): -9109559 or 13238132. OLE color: 13238132.
HSL color Cylindrical-coordinate representation of color #74FFC9: hue angle of 156.69º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FFC9 is Cyan = 0.55, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 201 | - |
| CMYK | 0.55 | 0 | 0.21 | 0 |
| HSL | 156.69º | 1% | 0.73% | - |
| HSV(B) | 156.69º | 0.55% | 1% | - |
| XYZ | 53.51 | 79.45 | 67.77 | - |
| YUV | 207.28 | 124.45 | 62.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 201 | 0.55 | 0 | 0.21 | 0 | 156.69 | 1 | 0.73 |
| Hex | 74 | FF | C9 | 37 | 0 | 15 | 0 | 9D | 64 | 49 |
| Octal | 164 | 377 | 311 | 67 | 0 | 25 | 0 | 235 | 144 | 111 |
| Binary | 1110100 | 11111111 | 11001001 | 110111 | 0 | 10101 | 0 | 10011101 | 1100100 | 1001001 |
Color Harmonies of #74FFC9
Complementary color
Monochromatic Colors of #74FFC9
Black with #74FFC9
Text Example
Text Example
White with #74FFC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FFC9; }
p { color: rgb(116,255,201); }
H1.HeaderClassName
{
color: #74FFC9;
}
.AnyTagClassName
{
color: #74FFC9;
}
</style>
background-color css
<style>
a { background-color: #74FFC9; }
a { background-color: rgb(116,255,201); }
div.DivClassName
{
background-color: #74FFC9;
}
.BgClassName
{
background-color: #74FFC9;
}
</style>
border-color css
<style>
span { border-color: #74FFC9; }
span { border-color: rgb(116,255,201); }
td.TdClassName
{
border-color: #74FFC9;
}
.TagClassName
{
border-color: #74FFC9;
}
</style>