Shades of Medium Aquamarine #74DEA8
Tints of Medium Aquamarine #74DEA8
RGB
CMYK
RGB Variations
Color information
#74DEA8 (or 0x74DEA8) is known color: Medium Aquamarine. HEX triplet: 74, DE and A8. RGB value is (116,222,168). Sum of RGB (Red+Green+Blue) = 116+222+168=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 222 (87.11% from 255 or 43.87% from 506); Blue value is 168 (66.02% from 255 or 33.20% from 506); Max value from RGB is 222 - color contains mainly: green. Hex color #74DEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DEA8 is #8B2157. Grayscale: #B8B8B8. Windows color (decimal): -9118040 or 11066996. OLE color: 11066996.
HSL color Cylindrical-coordinate representation of color #74DEA8: hue angle of 149.43º degrees, saturation: 0.62, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #74DEA8 is Cyan = 0.48, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 222 | 168 | - |
| CMYK | 0.48 | 0 | 0.24 | 0.13 |
| HSL | 149.43º | 0.62% | 0.66% | - |
| HSV(B) | 149.43º | 0.48% | 0.87% | - |
| XYZ | 40.39 | 58.78 | 46.26 | - |
| YUV | 184.15 | 118.88 | 79.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 222 | 168 | 0.48 | 0 | 0.24 | 0.13 | 149.43 | 0.62 | 0.66 |
| Hex | 74 | DE | A8 | 30 | 0 | 18 | D | 95 | 3E | 42 |
| Octal | 164 | 336 | 250 | 60 | 0 | 30 | 15 | 225 | 76 | 102 |
| Binary | 1110100 | 11011110 | 10101000 | 110000 | 0 | 11000 | 1101 | 10010101 | 111110 | 1000010 |
Color Harmonies of #74DEA8
Complementary color
Monochromatic Colors of #74DEA8
Black with #74DEA8
Text Example
Text Example
White with #74DEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DEA8; }
p { color: rgb(116,222,168); }
H1.HeaderClassName
{
color: #74DEA8;
}
.AnyTagClassName
{
color: #74DEA8;
}
</style>
background-color css
<style>
a { background-color: #74DEA8; }
a { background-color: rgb(116,222,168); }
div.DivClassName
{
background-color: #74DEA8;
}
.BgClassName
{
background-color: #74DEA8;
}
</style>
border-color css
<style>
span { border-color: #74DEA8; }
span { border-color: rgb(116,222,168); }
td.TdClassName
{
border-color: #74DEA8;
}
.TagClassName
{
border-color: #74DEA8;
}
</style>