Shades of Aquamarine #74F0C4
Tints of Aquamarine #74F0C4
RGB
CMYK
RGB Variations
Color information
#74F0C4 (or 0x74F0C4) is known color: Aquamarine. HEX triplet: 74, F0 and C4. RGB value is (116,240,196). Sum of RGB (Red+Green+Blue) = 116+240+196=552 (73% of max value = 765). Red value is 116 (45.70% from 255 or 21.01% from 552); Green value is 240 (94.14% from 255 or 43.48% from 552); Blue value is 196 (76.95% from 255 or 35.51% from 552); Max value from RGB is 240 - color contains mainly: green. Hex color #74F0C4 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F0C4 is #8B0F3B. Grayscale: #C5C5C5. Windows color (decimal): -9113404 or 12906612. OLE color: 12906612.
HSL color Cylindrical-coordinate representation of color #74F0C4: hue angle of 158.71º degrees, saturation: 0.81, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #74F0C4 is Cyan = 0.52, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 116 | 240 | 196 | - |
| CMYK | 0.52 | 0 | 0.18 | 0.06 |
| HSL | 158.71º | 0.81% | 0.7% | - |
| HSV(B) | 158.71º | 0.52% | 0.94% | - |
| XYZ | 48.33 | 70.02 | 63.19 | - |
| YUV | 197.91 | 126.92 | 69.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 240 | 196 | 0.52 | 0 | 0.18 | 0.06 | 158.71 | 0.81 | 0.7 |
| Hex | 74 | F0 | C4 | 34 | 0 | 12 | 6 | 9F | 51 | 46 |
| Octal | 164 | 360 | 304 | 64 | 0 | 22 | 6 | 237 | 121 | 106 |
| Binary | 1110100 | 11110000 | 11000100 | 110100 | 0 | 10010 | 110 | 10011111 | 1010001 | 1000110 |
Color Harmonies of #74F0C4
Complementary color
Monochromatic Colors of #74F0C4
Black with #74F0C4
Text Example
Text Example
White with #74F0C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F0C4; }
p { color: rgb(116,240,196); }
H1.HeaderClassName
{
color: #74F0C4;
}
.AnyTagClassName
{
color: #74F0C4;
}
</style>
background-color css
<style>
a { background-color: #74F0C4; }
a { background-color: rgb(116,240,196); }
div.DivClassName
{
background-color: #74F0C4;
}
.BgClassName
{
background-color: #74F0C4;
}
</style>
border-color css
<style>
span { border-color: #74F0C4; }
span { border-color: rgb(116,240,196); }
td.TdClassName
{
border-color: #74F0C4;
}
.TagClassName
{
border-color: #74F0C4;
}
</style>