Shades of Aquamarine #74FAB0
Tints of Aquamarine #74FAB0
RGB
CMYK
RGB Variations
Color information
#74FAB0 (or 0x74FAB0) is known color: Aquamarine. HEX triplet: 74, FA and B0. RGB value is (116,250,176). Sum of RGB (Red+Green+Blue) = 116+250+176=542 (71% of max value = 765). Red value is 116 (45.70% from 255 or 21.40% from 542); Green value is 250 (98.05% from 255 or 46.13% from 542); Blue value is 176 (69.14% from 255 or 32.47% from 542); Max value from RGB is 250 - color contains mainly: green. Hex color #74FAB0 is not a web safe color. Web safe color analog (approx): #66FF99. Inversed color of #74FAB0 is #8B054F. Grayscale: #C9C9C9. Windows color (decimal): -9110864 or 11598452. OLE color: 11598452.
HSL color Cylindrical-coordinate representation of color #74FAB0: hue angle of 146.87º degrees, saturation: 0.93, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FAB0 is Cyan = 0.54, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 116 | 250 | 176 | - |
| CMYK | 0.54 | 0 | 0.30 | 0.02 |
| HSL | 146.87º | 0.93% | 0.72% | - |
| HSV(B) | 146.87º | 0.54% | 0.98% | - |
| XYZ | 49.22 | 75.22 | 53 | - |
| YUV | 201.5 | 113.61 | 67.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 250 | 176 | 0.54 | 0 | 0.30 | 0.02 | 146.87 | 0.93 | 0.72 |
| Hex | 74 | FA | B0 | 36 | 0 | 1E | 2 | 93 | 5D | 48 |
| Octal | 164 | 372 | 260 | 66 | 0 | 36 | 2 | 223 | 135 | 110 |
| Binary | 1110100 | 11111010 | 10110000 | 110110 | 0 | 11110 | 10 | 10010011 | 1011101 | 1001000 |
Color Harmonies of #74FAB0
Complementary color
Monochromatic Colors of #74FAB0
Black with #74FAB0
Text Example
Text Example
White with #74FAB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FAB0; }
p { color: rgb(116,250,176); }
H1.HeaderClassName
{
color: #74FAB0;
}
.AnyTagClassName
{
color: #74FAB0;
}
</style>
background-color css
<style>
a { background-color: #74FAB0; }
a { background-color: rgb(116,250,176); }
div.DivClassName
{
background-color: #74FAB0;
}
.BgClassName
{
background-color: #74FAB0;
}
</style>
border-color css
<style>
span { border-color: #74FAB0; }
span { border-color: rgb(116,250,176); }
td.TdClassName
{
border-color: #74FAB0;
}
.TagClassName
{
border-color: #74FAB0;
}
</style>