Shades of Aquamarine #74FFCD
Tints of Aquamarine #74FFCD
RGB
CMYK
RGB Variations
Color information
#74FFCD (or 0x74FFCD) is known color: Aquamarine. HEX triplet: 74, FF and CD. RGB value is (116,255,205). Sum of RGB (Red+Green+Blue) = 116+255+205=576 (76% of max value = 765). Red value is 116 (45.70% from 255 or 20.14% from 576); Green value is 255 (100% from 255 or 44.27% from 576); Blue value is 205 (80.47% from 255 or 35.59% from 576); Max value from RGB is 255 - color contains mainly: green. Hex color #74FFCD is not a web safe color. Web safe color analog (approx): #66FFCC. Inversed color of #74FFCD is #8B0032. Grayscale: #CFCFCF. Windows color (decimal): -9109555 or 13500276. OLE color: 13500276.
HSL color Cylindrical-coordinate representation of color #74FFCD: hue angle of 158.42º degrees, saturation: 1, lightness: 0.73%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #74FFCD is Cyan = 0.55, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.
Color convert
| RGB | 116 | 255 | 205 | - |
| CMYK | 0.55 | 0 | 0.20 | 0 |
| HSL | 158.42º | 1% | 0.73% | - |
| HSV(B) | 158.42º | 0.55% | 1% | - |
| XYZ | 53.98 | 79.64 | 70.28 | - |
| YUV | 207.74 | 126.45 | 62.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 255 | 205 | 0.55 | 0 | 0.20 | 0 | 158.42 | 1 | 0.73 |
| Hex | 74 | FF | CD | 37 | 0 | 14 | 0 | 9E | 64 | 49 |
| Octal | 164 | 377 | 315 | 67 | 0 | 24 | 0 | 236 | 144 | 111 |
| Binary | 1110100 | 11111111 | 11001101 | 110111 | 0 | 10100 | 0 | 10011110 | 1100100 | 1001001 |
Color Harmonies of #74FFCD
Complementary color
Monochromatic Colors of #74FFCD
Black with #74FFCD
Text Example
Text Example
White with #74FFCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74FFCD; }
p { color: rgb(116,255,205); }
H1.HeaderClassName
{
color: #74FFCD;
}
.AnyTagClassName
{
color: #74FFCD;
}
</style>
background-color css
<style>
a { background-color: #74FFCD; }
a { background-color: rgb(116,255,205); }
div.DivClassName
{
background-color: #74FFCD;
}
.BgClassName
{
background-color: #74FFCD;
}
</style>
border-color css
<style>
span { border-color: #74FFCD; }
span { border-color: rgb(116,255,205); }
td.TdClassName
{
border-color: #74FFCD;
}
.TagClassName
{
border-color: #74FFCD;
}
</style>