Shades of Medium Aquamarine #74DB9B
Tints of Medium Aquamarine #74DB9B
RGB
CMYK
RGB Variations
Color information
#74DB9B (or 0x74DB9B) is known color: Medium Aquamarine. HEX triplet: 74, DB and 9B. RGB value is (116,219,155). Sum of RGB (Red+Green+Blue) = 116+219+155=490 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.67% from 490); Green value is 219 (85.94% from 255 or 44.69% from 490); Blue value is 155 (60.94% from 255 or 31.63% from 490); Max value from RGB is 219 - color contains mainly: green. Hex color #74DB9B is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DB9B is #8B2464. Grayscale: #B5B5B5. Windows color (decimal): -9118821 or 10214260. OLE color: 10214260.
HSL color Cylindrical-coordinate representation of color #74DB9B: hue angle of 142.72º 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 #74DB9B is Cyan = 0.47, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 116 | 219 | 155 | - |
| CMYK | 0.47 | 0 | 0.29 | 0.14 |
| HSL | 142.72º | 0.59% | 0.66% | - |
| HSV(B) | 142.72º | 0.47% | 0.86% | - |
| XYZ | 38.45 | 56.74 | 39.94 | - |
| YUV | 180.91 | 113.38 | 81.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 219 | 155 | 0.47 | 0 | 0.29 | 0.14 | 142.72 | 0.59 | 0.66 |
| Hex | 74 | DB | 9B | 2F | 0 | 1D | E | 8F | 3B | 42 |
| Octal | 164 | 333 | 233 | 57 | 0 | 35 | 16 | 217 | 73 | 102 |
| Binary | 1110100 | 11011011 | 10011011 | 101111 | 0 | 11101 | 1110 | 10001111 | 111011 | 1000010 |
Color Harmonies of #74DB9B
Complementary color
Monochromatic Colors of #74DB9B
Black with #74DB9B
Text Example
Text Example
White with #74DB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DB9B; }
p { color: rgb(116,219,155); }
H1.HeaderClassName
{
color: #74DB9B;
}
.AnyTagClassName
{
color: #74DB9B;
}
</style>
background-color css
<style>
a { background-color: #74DB9B; }
a { background-color: rgb(116,219,155); }
div.DivClassName
{
background-color: #74DB9B;
}
.BgClassName
{
background-color: #74DB9B;
}
</style>
border-color css
<style>
span { border-color: #74DB9B; }
span { border-color: rgb(116,219,155); }
td.TdClassName
{
border-color: #74DB9B;
}
.TagClassName
{
border-color: #74DB9B;
}
</style>