Shades of Aquamarine #74FEDD
Tints of Aquamarine #74FEDD
RGB
CMYK
RGB Variations
Color information
#74FEDD (or 0x74FEDD) is known color: Aquamarine. HEX triplet: 74, FE and DD. RGB value is (116,254,221). Sum of RGB (Red+Green+Blue) = 116+254+221=591 (78% of max value = 765). Red value is 116 (45.70% from 255 or 19.63% from 591); Green value is 254 (99.61% from 255 or 42.98% from 591); Blue value is 221 (86.72% from 255 or 37.39% from 591); Max value from RGB is 254 - color contains mainly: green. Hex color #74FEDD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FEDD is #8B0122. Grayscale: #D0D0D0. Windows color (decimal): -9109795 or 14548596. OLE color: 14548596.
HSL color Cylindrical-coordinate representation of color #74FEDD: hue angle of 165.65º degrees, saturation: 0.99, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #74FEDD is Cyan = 0.54, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 116 | 254 | 221 | - |
| CMYK | 0.54 | 0 | 0.13 | 0.00 |
| HSL | 165.65º | 0.99% | 0.73% | - |
| HSV(B) | 165.65º | 0.54% | 1% | - |
| XYZ | 55.7 | 79.82 | 80.88 | - |
| YUV | 208.98 | 134.78 | 61.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 254 | 221 | 0.54 | 0 | 0.13 | 0.00 | 165.65 | 0.99 | 0.73 |
| Hex | 74 | FE | DD | 36 | 0 | D | 0 | A6 | 63 | 49 |
| Octal | 164 | 376 | 335 | 66 | 0 | 15 | 0 | 246 | 143 | 111 |
| Binary | 1110100 | 11111110 | 11011101 | 110110 | 0 | 1101 | 0 | 10100110 | 1100011 | 1001001 |
Color Harmonies of #74FEDD
Complementary color
Monochromatic Colors of #74FEDD
Black with #74FEDD
Text Example
Text Example
White with #74FEDD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FEDD; }
p { color: rgb(116,254,221); }
H1.HeaderClassName
{
color: #74FEDD;
}
.AnyTagClassName
{
color: #74FEDD;
}
</style>
background-color css
<style>
a { background-color: #74FEDD; }
a { background-color: rgb(116,254,221); }
div.DivClassName
{
background-color: #74FEDD;
}
.BgClassName
{
background-color: #74FEDD;
}
</style>
border-color css
<style>
span { border-color: #74FEDD; }
span { border-color: rgb(116,254,221); }
td.TdClassName
{
border-color: #74FEDD;
}
.TagClassName
{
border-color: #74FEDD;
}
</style>