Shades of Medium Aquamarine #74DBAB
Tints of Medium Aquamarine #74DBAB
RGB
CMYK
RGB Variations
Color information
#74DBAB (or 0x74DBAB) is known color: Medium Aquamarine. HEX triplet: 74, DB and AB. RGB value is (116,219,171). Sum of RGB (Red+Green+Blue) = 116+219+171=506 (67% of max value = 765). Red value is 116 (45.70% from 255 or 22.92% from 506); Green value is 219 (85.94% from 255 or 43.28% from 506); Blue value is 171 (67.19% from 255 or 33.79% from 506); Max value from RGB is 219 - color contains mainly: green. Hex color #74DBAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DBAB is #8B2454. Grayscale: #B6B6B6. Windows color (decimal): -9118805 or 11262836. OLE color: 11262836.
HSL color Cylindrical-coordinate representation of color #74DBAB: hue angle of 152.04º degrees, saturation: 0.59, 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 #74DBAB is Cyan = 0.47, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 171 | - |
| CMYK | 0.47 | 0 | 0.22 | 0.14 |
| HSL | 152.04º | 0.59% | 0.66% | - |
| HSV(B) | 152.04º | 0.47% | 0.86% | - |
| XYZ | 39.88 | 57.32 | 47.49 | - |
| YUV | 182.73 | 121.38 | 80.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 171 | 0.47 | 0 | 0.22 | 0.14 | 152.04 | 0.59 | 0.66 |
| Hex | 74 | DB | AB | 2F | 0 | 16 | E | 98 | 3B | 42 |
| Octal | 164 | 333 | 253 | 57 | 0 | 26 | 16 | 230 | 73 | 102 |
| Binary | 1110100 | 11011011 | 10101011 | 101111 | 0 | 10110 | 1110 | 10011000 | 111011 | 1000010 |
Color Harmonies of #74DBAB
Complementary color
Monochromatic Colors of #74DBAB
Black with #74DBAB
Text Example
Text Example
White with #74DBAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DBAB; }
p { color: rgb(116,219,171); }
H1.HeaderClassName
{
color: #74DBAB;
}
.AnyTagClassName
{
color: #74DBAB;
}
</style>
background-color css
<style>
a { background-color: #74DBAB; }
a { background-color: rgb(116,219,171); }
div.DivClassName
{
background-color: #74DBAB;
}
.BgClassName
{
background-color: #74DBAB;
}
</style>
border-color css
<style>
span { border-color: #74DBAB; }
span { border-color: rgb(116,219,171); }
td.TdClassName
{
border-color: #74DBAB;
}
.TagClassName
{
border-color: #74DBAB;
}
</style>