Shades of Medium Aquamarine #74DCAB
Tints of Medium Aquamarine #74DCAB
RGB
CMYK
RGB Variations
Color information
#74DCAB (or 0x74DCAB) is known color: Medium Aquamarine. HEX triplet: 74, DC and AB. RGB value is (116,220,171). Sum of RGB (Red+Green+Blue) = 116+220+171=507 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.88% from 507); Green value is 220 (86.33% from 255 or 43.39% from 507); Blue value is 171 (67.19% from 255 or 33.73% from 507); Max value from RGB is 220 - color contains mainly: green. Hex color #74DCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DCAB is #8B2354. Grayscale: #B7B7B7. Windows color (decimal): -9118549 or 11263092. OLE color: 11263092.
HSL color Cylindrical-coordinate representation of color #74DCAB: hue angle of 151.73º degrees, saturation: 0.6, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #74DCAB is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 220 | 171 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.14 |
| HSL | 151.73º | 0.6% | 0.66% | - |
| HSV(B) | 151.73º | 0.47% | 0.86% | - |
| XYZ | 40.15 | 57.84 | 47.58 | - |
| YUV | 183.32 | 121.04 | 79.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 220 | 171 | 0.47 | 0 | 0.22 | 0.14 | 151.73 | 0.6 | 0.66 |
| Hex | 74 | DC | AB | 2F | 0 | 16 | E | 98 | 3C | 42 |
| Octal | 164 | 334 | 253 | 57 | 0 | 26 | 16 | 230 | 74 | 102 |
| Binary | 1110100 | 11011100 | 10101011 | 101111 | 0 | 10110 | 1110 | 10011000 | 111100 | 1000010 |
Color Harmonies of #74DCAB
Complementary color
Monochromatic Colors of #74DCAB
Black with #74DCAB
Text Example
Text Example
White with #74DCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DCAB; }
p { color: rgb(116,220,171); }
H1.HeaderClassName
{
color: #74DCAB;
}
.AnyTagClassName
{
color: #74DCAB;
}
</style>
background-color css
<style>
a { background-color: #74DCAB; }
a { background-color: rgb(116,220,171); }
div.DivClassName
{
background-color: #74DCAB;
}
.BgClassName
{
background-color: #74DCAB;
}
</style>
border-color css
<style>
span { border-color: #74DCAB; }
span { border-color: rgb(116,220,171); }
td.TdClassName
{
border-color: #74DCAB;
}
.TagClassName
{
border-color: #74DCAB;
}
</style>