Shades of Aquamarine #74F1DF
Tints of Aquamarine #74F1DF
RGB
CMYK
RGB Variations
Color information
#74F1DF (or 0x74F1DF) is known color: Aquamarine. HEX triplet: 74, F1 and DF. RGB value is (116,241,223). Sum of RGB (Red+Green+Blue) = 116+241+223=580 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20% from 580); Green value is 241 (94.53% from 255 or 41.55% from 580); Blue value is 223 (87.5% from 255 or 38.45% from 580); Max value from RGB is 241 - color contains mainly: green. Hex color #74F1DF is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F1DF is #8B0E20. Grayscale: #C9C9C9. Windows color (decimal): -9113121 or 14676340. OLE color: 14676340.
HSL color Cylindrical-coordinate representation of color #74F1DF: hue angle of 171.36º 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 #74F1DF is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 241 | 223 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.05 |
| HSL | 171.36º | 0.82% | 0.7% | - |
| HSV(B) | 171.36º | 0.52% | 0.95% | - |
| XYZ | 51.98 | 71.95 | 80.96 | - |
| YUV | 201.57 | 140.09 | 66.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 241 | 223 | 0.52 | 0 | 0.07 | 0.05 | 171.36 | 0.82 | 0.7 |
| Hex | 74 | F1 | DF | 34 | 0 | 7 | 5 | AB | 52 | 46 |
| Octal | 164 | 361 | 337 | 64 | 0 | 7 | 5 | 253 | 122 | 106 |
| Binary | 1110100 | 11110001 | 11011111 | 110100 | 0 | 111 | 101 | 10101011 | 1010010 | 1000110 |
Color Harmonies of #74F1DF
Complementary color
Monochromatic Colors of #74F1DF
Black with #74F1DF
Text Example
Text Example
White with #74F1DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F1DF; }
p { color: rgb(116,241,223); }
H1.HeaderClassName
{
color: #74F1DF;
}
.AnyTagClassName
{
color: #74F1DF;
}
</style>
background-color css
<style>
a { background-color: #74F1DF; }
a { background-color: rgb(116,241,223); }
div.DivClassName
{
background-color: #74F1DF;
}
.BgClassName
{
background-color: #74F1DF;
}
</style>
border-color css
<style>
span { border-color: #74F1DF; }
span { border-color: rgb(116,241,223); }
td.TdClassName
{
border-color: #74F1DF;
}
.TagClassName
{
border-color: #74F1DF;
}
</style>