Shades of Aquamarine #74FCC5
Tints of Aquamarine #74FCC5
RGB
CMYK
RGB Variations
Color information
#74FCC5 (or 0x74FCC5) is known color: Aquamarine. HEX triplet: 74, FC and C5. RGB value is (116,252,197). Sum of RGB (Red+Green+Blue) = 116+252+197=565 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.53% from 565); Green value is 252 (98.83% from 255 or 44.60% from 565); Blue value is 197 (77.34% from 255 or 34.87% from 565); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCC5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FCC5 is #8B033A. Grayscale: #CDCDCD. Windows color (decimal): -9110331 or 12975220. OLE color: 12975220.
HSL color Cylindrical-coordinate representation of color #74FCC5: hue angle of 155.74º 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 #74FCC5 is Cyan = 0.54, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 252 | 197 | - |
| CMYK | 0.54 | 0 | 0.22 | 0.01 |
| HSL | 155.74º | 0.96% | 0.72% | - |
| HSV(B) | 155.74º | 0.54% | 0.99% | - |
| XYZ | 52.09 | 77.37 | 65.01 | - |
| YUV | 205.07 | 123.44 | 64.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 252 | 197 | 0.54 | 0 | 0.22 | 0.01 | 155.74 | 0.96 | 0.72 |
| Hex | 74 | FC | C5 | 36 | 0 | 16 | 1 | 9C | 60 | 48 |
| Octal | 164 | 374 | 305 | 66 | 0 | 26 | 1 | 234 | 140 | 110 |
| Binary | 1110100 | 11111100 | 11000101 | 110110 | 0 | 10110 | 1 | 10011100 | 1100000 | 1001000 |
Color Harmonies of #74FCC5
Complementary color
Monochromatic Colors of #74FCC5
Black with #74FCC5
Text Example
Text Example
White with #74FCC5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FCC5; }
p { color: rgb(116,252,197); }
H1.HeaderClassName
{
color: #74FCC5;
}
.AnyTagClassName
{
color: #74FCC5;
}
</style>
background-color css
<style>
a { background-color: #74FCC5; }
a { background-color: rgb(116,252,197); }
div.DivClassName
{
background-color: #74FCC5;
}
.BgClassName
{
background-color: #74FCC5;
}
</style>
border-color css
<style>
span { border-color: #74FCC5; }
span { border-color: rgb(116,252,197); }
td.TdClassName
{
border-color: #74FCC5;
}
.TagClassName
{
border-color: #74FCC5;
}
</style>