Shades of Aquamarine #74F2C3
Tints of Aquamarine #74F2C3
RGB
CMYK
RGB Variations
Color information
#74F2C3 (or 0x74F2C3) is known color: Aquamarine. HEX triplet: 74, F2 and C3. RGB value is (116,242,195). Sum of RGB (Red+Green+Blue) = 116+242+195=553 (73% of max value = 765). Red value is 116 (45.70% from 255 or 20.98% from 553); Green value is 242 (94.92% from 255 or 43.76% from 553); Blue value is 195 (76.56% from 255 or 35.26% from 553); Max value from RGB is 242 - color contains mainly: green. Hex color #74F2C3 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74F2C3 is #8B0D3C. Grayscale: #C7C7C7. Windows color (decimal): -9112893 or 12841588. OLE color: 12841588.
HSL color Cylindrical-coordinate representation of color #74F2C3: hue angle of 157.62º degrees, saturation: 0.83, 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 #74F2C3 is Cyan = 0.52, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 116 | 242 | 195 | - |
| CMYK | 0.52 | 0 | 0.19 | 0.05 |
| HSL | 157.62º | 0.83% | 0.7% | - |
| HSV(B) | 157.62º | 0.52% | 0.95% | - |
| XYZ | 48.8 | 71.16 | 62.79 | - |
| YUV | 198.97 | 125.76 | 68.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 242 | 195 | 0.52 | 0 | 0.19 | 0.05 | 157.62 | 0.83 | 0.7 |
| Hex | 74 | F2 | C3 | 34 | 0 | 13 | 5 | 9E | 53 | 46 |
| Octal | 164 | 362 | 303 | 64 | 0 | 23 | 5 | 236 | 123 | 106 |
| Binary | 1110100 | 11110010 | 11000011 | 110100 | 0 | 10011 | 101 | 10011110 | 1010011 | 1000110 |
Color Harmonies of #74F2C3
Complementary color
Monochromatic Colors of #74F2C3
Black with #74F2C3
Text Example
Text Example
White with #74F2C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74F2C3; }
p { color: rgb(116,242,195); }
H1.HeaderClassName
{
color: #74F2C3;
}
.AnyTagClassName
{
color: #74F2C3;
}
</style>
background-color css
<style>
a { background-color: #74F2C3; }
a { background-color: rgb(116,242,195); }
div.DivClassName
{
background-color: #74F2C3;
}
.BgClassName
{
background-color: #74F2C3;
}
</style>
border-color css
<style>
span { border-color: #74F2C3; }
span { border-color: rgb(116,242,195); }
td.TdClassName
{
border-color: #74F2C3;
}
.TagClassName
{
border-color: #74F2C3;
}
</style>