Shades of Aquamarine #74FCC9
Tints of Aquamarine #74FCC9
RGB
CMYK
RGB Variations
Color information
#74FCC9 (or 0x74FCC9) is known color: Aquamarine. HEX triplet: 74, FC and C9. RGB value is (116,252,201). Sum of RGB (Red+Green+Blue) = 116+252+201=569 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.39% from 569); Green value is 252 (98.83% from 255 or 44.29% from 569); Blue value is 201 (78.91% from 255 or 35.33% from 569); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCC9 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FCC9 is #8B0336. Grayscale: #CDCDCD. Windows color (decimal): -9110327 or 13237364. OLE color: 13237364.
HSL color Cylindrical-coordinate representation of color #74FCC9: hue angle of 157.5º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FCC9 is Cyan = 0.54, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 252 | 201 | - |
| CMYK | 0.54 | 0 | 0.20 | 0.01 |
| HSL | 157.5º | 0.96% | 0.72% | - |
| HSV(B) | 157.5º | 0.54% | 0.99% | - |
| XYZ | 52.56 | 77.55 | 67.46 | - |
| YUV | 205.52 | 125.44 | 64.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 252 | 201 | 0.54 | 0 | 0.20 | 0.01 | 157.5 | 0.96 | 0.72 |
| Hex | 74 | FC | C9 | 36 | 0 | 14 | 1 | 9E | 60 | 48 |
| Octal | 164 | 374 | 311 | 66 | 0 | 24 | 1 | 236 | 140 | 110 |
| Binary | 1110100 | 11111100 | 11001001 | 110110 | 0 | 10100 | 1 | 10011110 | 1100000 | 1001000 |
Color Harmonies of #74FCC9
Complementary color
Monochromatic Colors of #74FCC9
Black with #74FCC9
Text Example
Text Example
White with #74FCC9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FCC9; }
p { color: rgb(116,252,201); }
H1.HeaderClassName
{
color: #74FCC9;
}
.AnyTagClassName
{
color: #74FCC9;
}
</style>
background-color css
<style>
a { background-color: #74FCC9; }
a { background-color: rgb(116,252,201); }
div.DivClassName
{
background-color: #74FCC9;
}
.BgClassName
{
background-color: #74FCC9;
}
</style>
border-color css
<style>
span { border-color: #74FCC9; }
span { border-color: rgb(116,252,201); }
td.TdClassName
{
border-color: #74FCC9;
}
.TagClassName
{
border-color: #74FCC9;
}
</style>