Shades of Aquamarine #74FCE5
Tints of Aquamarine #74FCE5
RGB
CMYK
RGB Variations
Color information
#74FCE5 (or 0x74FCE5) is known color: Aquamarine. HEX triplet: 74, FC and E5. RGB value is (116,252,229). Sum of RGB (Red+Green+Blue) = 116+252+229=597 (79% of max value = 765). Red value is 116 (45.70% from 255 or 19.43% from 597); Green value is 252 (98.83% from 255 or 42.21% from 597); Blue value is 229 (89.84% from 255 or 38.36% from 597); Max value from RGB is 252 - color contains mainly: green. Hex color #74FCE5 is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FCE5 is #8B031A. Grayscale: #D0D0D0. Windows color (decimal): -9110299 or 15072372. OLE color: 15072372.
HSL color Cylindrical-coordinate representation of color #74FCE5: hue angle of 169.85º degrees, saturation: 0.96, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FCE5 is Cyan = 0.54, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 116 | 252 | 229 | - |
| CMYK | 0.54 | 0 | 0.09 | 0.01 |
| HSL | 169.85º | 0.96% | 0.72% | - |
| HSV(B) | 169.85º | 0.54% | 0.99% | - |
| XYZ | 56.16 | 78.99 | 86.42 | - |
| YUV | 208.71 | 139.44 | 61.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 252 | 229 | 0.54 | 0 | 0.09 | 0.01 | 169.85 | 0.96 | 0.72 |
| Hex | 74 | FC | E5 | 36 | 0 | 9 | 1 | AA | 60 | 48 |
| Octal | 164 | 374 | 345 | 66 | 0 | 11 | 1 | 252 | 140 | 110 |
| Binary | 1110100 | 11111100 | 11100101 | 110110 | 0 | 1001 | 1 | 10101010 | 1100000 | 1001000 |
Color Harmonies of #74FCE5
Complementary color
Monochromatic Colors of #74FCE5
Black with #74FCE5
Text Example
Text Example
White with #74FCE5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FCE5; }
p { color: rgb(116,252,229); }
H1.HeaderClassName
{
color: #74FCE5;
}
.AnyTagClassName
{
color: #74FCE5;
}
</style>
background-color css
<style>
a { background-color: #74FCE5; }
a { background-color: rgb(116,252,229); }
div.DivClassName
{
background-color: #74FCE5;
}
.BgClassName
{
background-color: #74FCE5;
}
</style>
border-color css
<style>
span { border-color: #74FCE5; }
span { border-color: rgb(116,252,229); }
td.TdClassName
{
border-color: #74FCE5;
}
.TagClassName
{
border-color: #74FCE5;
}
</style>