Shades of Aquamarine #74F8C5
Tints of Aquamarine #74F8C5
RGB
CMYK
RGB Variations
Color information
#74F8C5 (or 0x74F8C5) is known color: Aquamarine. HEX triplet: 74, F8 and C5. RGB value is (116,248,197). Sum of RGB (Red+Green+Blue) = 116+248+197=561 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.68% from 561); Green value is 248 (97.27% from 255 or 44.21% from 561); Blue value is 197 (77.34% from 255 or 35.12% from 561); Max value from RGB is 248 - color contains mainly: green. Hex color #74F8C5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F8C5 is #8B073A. Grayscale: #CACACA. Windows color (decimal): -9111355 or 12974196. OLE color: 12974196.
HSL color Cylindrical-coordinate representation of color #74F8C5: hue angle of 156.82º degrees, saturation: 0.9, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #74F8C5 is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 116 | 248 | 197 | - |
| CMYK | 0.53 | 0 | 0.21 | 0.03 |
| HSL | 156.82º | 0.9% | 0.71% | - |
| HSV(B) | 156.82º | 0.53% | 0.97% | - |
| XYZ | 50.85 | 74.88 | 64.6 | - |
| YUV | 202.72 | 124.77 | 66.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 248 | 197 | 0.53 | 0 | 0.21 | 0.03 | 156.82 | 0.9 | 0.71 |
| Hex | 74 | F8 | C5 | 35 | 0 | 15 | 3 | 9D | 5A | 47 |
| Octal | 164 | 370 | 305 | 65 | 0 | 25 | 3 | 235 | 132 | 107 |
| Binary | 1110100 | 11111000 | 11000101 | 110101 | 0 | 10101 | 11 | 10011101 | 1011010 | 1000111 |
Color Harmonies of #74F8C5
Complementary color
Monochromatic Colors of #74F8C5
Black with #74F8C5
Text Example
Text Example
White with #74F8C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F8C5; }
p { color: rgb(116,248,197); }
H1.HeaderClassName
{
color: #74F8C5;
}
.AnyTagClassName
{
color: #74F8C5;
}
</style>
background-color css
<style>
a { background-color: #74F8C5; }
a { background-color: rgb(116,248,197); }
div.DivClassName
{
background-color: #74F8C5;
}
.BgClassName
{
background-color: #74F8C5;
}
</style>
border-color css
<style>
span { border-color: #74F8C5; }
span { border-color: rgb(116,248,197); }
td.TdClassName
{
border-color: #74F8C5;
}
.TagClassName
{
border-color: #74F8C5;
}
</style>