Shades of Aquamarine #74F1CF
Tints of Aquamarine #74F1CF
RGB
CMYK
RGB Variations
Color information
#74F1CF (or 0x74F1CF) is known color: Aquamarine. HEX triplet: 74, F1 and CF. RGB value is (116,241,207). Sum of RGB (Red+Green+Blue) = 116+241+207=564 (74% of max value = 765). Red value is 116 (45.70% from 255 or 20.57% from 564); Green value is 241 (94.53% from 255 or 42.73% from 564); Blue value is 207 (81.25% from 255 or 36.70% from 564); Max value from RGB is 241 - color contains mainly: green. Hex color #74F1CF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F1CF is #8B0E30. Grayscale: #C7C7C7. Windows color (decimal): -9113137 or 13627764. OLE color: 13627764.
HSL color Cylindrical-coordinate representation of color #74F1CF: hue angle of 163.68º 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 #74F1CF is Cyan = 0.52, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 241 | 207 | - |
| CMYK | 0.52 | 0 | 0.14 | 0.05 |
| HSL | 163.68º | 0.82% | 0.7% | - |
| HSV(B) | 163.68º | 0.52% | 0.95% | - |
| XYZ | 49.92 | 71.13 | 70.13 | - |
| YUV | 199.75 | 132.09 | 68.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 241 | 207 | 0.52 | 0 | 0.14 | 0.05 | 163.68 | 0.82 | 0.7 |
| Hex | 74 | F1 | CF | 34 | 0 | E | 5 | A4 | 52 | 46 |
| Octal | 164 | 361 | 317 | 64 | 0 | 16 | 5 | 244 | 122 | 106 |
| Binary | 1110100 | 11110001 | 11001111 | 110100 | 0 | 1110 | 101 | 10100100 | 1010010 | 1000110 |
Color Harmonies of #74F1CF
Complementary color
Monochromatic Colors of #74F1CF
Black with #74F1CF
Text Example
Text Example
White with #74F1CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F1CF; }
p { color: rgb(116,241,207); }
H1.HeaderClassName
{
color: #74F1CF;
}
.AnyTagClassName
{
color: #74F1CF;
}
</style>
background-color css
<style>
a { background-color: #74F1CF; }
a { background-color: rgb(116,241,207); }
div.DivClassName
{
background-color: #74F1CF;
}
.BgClassName
{
background-color: #74F1CF;
}
</style>
border-color css
<style>
span { border-color: #74F1CF; }
span { border-color: rgb(116,241,207); }
td.TdClassName
{
border-color: #74F1CF;
}
.TagClassName
{
border-color: #74F1CF;
}
</style>