Shades of Aquamarine #74F1D4
Tints of Aquamarine #74F1D4
RGB
CMYK
RGB Variations
Color information
#74F1D4 (or 0x74F1D4) is known color: Aquamarine. HEX triplet: 74, F1 and D4. RGB value is (116,241,212). Sum of RGB (Red+Green+Blue) = 116+241+212=569 (75% of max value = 765). Red value is 116 (45.70% from 255 or 20.39% from 569); Green value is 241 (94.53% from 255 or 42.36% from 569); Blue value is 212 (83.20% from 255 or 37.26% from 569); Max value from RGB is 241 - color contains mainly: green. Hex color #74F1D4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F1D4 is #8B0E2B. Grayscale: #C8C8C8. Windows color (decimal): -9113132 or 13955444. OLE color: 13955444.
HSL color Cylindrical-coordinate representation of color #74F1D4: hue angle of 166.08º degrees, saturation: 0.82, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F1D4 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 241 | 212 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.05 |
| HSL | 166.08º | 0.82% | 0.7% | - |
| HSV(B) | 166.08º | 0.52% | 0.95% | - |
| XYZ | 50.54 | 71.38 | 73.4 | - |
| YUV | 200.32 | 134.59 | 67.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 241 | 212 | 0.52 | 0 | 0.12 | 0.05 | 166.08 | 0.82 | 0.7 |
| Hex | 74 | F1 | D4 | 34 | 0 | C | 5 | A6 | 52 | 46 |
| Octal | 164 | 361 | 324 | 64 | 0 | 14 | 5 | 246 | 122 | 106 |
| Binary | 1110100 | 11110001 | 11010100 | 110100 | 0 | 1100 | 101 | 10100110 | 1010010 | 1000110 |
Color Harmonies of #74F1D4
Complementary color
Monochromatic Colors of #74F1D4
Black with #74F1D4
Text Example
Text Example
White with #74F1D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F1D4; }
p { color: rgb(116,241,212); }
H1.HeaderClassName
{
color: #74F1D4;
}
.AnyTagClassName
{
color: #74F1D4;
}
</style>
background-color css
<style>
a { background-color: #74F1D4; }
a { background-color: rgb(116,241,212); }
div.DivClassName
{
background-color: #74F1D4;
}
.BgClassName
{
background-color: #74F1D4;
}
</style>
border-color css
<style>
span { border-color: #74F1D4; }
span { border-color: rgb(116,241,212); }
td.TdClassName
{
border-color: #74F1D4;
}
.TagClassName
{
border-color: #74F1D4;
}
</style>