Shades of Medium Aquamarine #74DFB2
Tints of Medium Aquamarine #74DFB2
RGB
CMYK
RGB Variations
Color information
#74DFB2 (or 0x74DFB2) is known color: Medium Aquamarine. HEX triplet: 74, DF and B2. RGB value is (116,223,178). Sum of RGB (Red+Green+Blue) = 116+223+178=517 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.44% from 517); Green value is 223 (87.5% from 255 or 43.13% from 517); Blue value is 178 (69.92% from 255 or 34.43% from 517); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DFB2 is #8B204D. Grayscale: #B9B9B9. Windows color (decimal): -9117774 or 11722612. OLE color: 11722612.
HSL color Cylindrical-coordinate representation of color #74DFB2: hue angle of 154.77º degrees, saturation: 0.63, 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 #74DFB2 is Cyan = 0.48, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 178 | - |
| CMYK | 0.48 | 0 | 0.20 | 0.13 |
| HSL | 154.77º | 0.63% | 0.66% | - |
| HSV(B) | 154.77º | 0.48% | 0.87% | - |
| XYZ | 41.63 | 59.7 | 51.45 | - |
| YUV | 185.88 | 123.55 | 78.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 178 | 0.48 | 0 | 0.20 | 0.13 | 154.77 | 0.63 | 0.66 |
| Hex | 74 | DF | B2 | 30 | 0 | 14 | D | 9B | 3F | 42 |
| Octal | 164 | 337 | 262 | 60 | 0 | 24 | 15 | 233 | 77 | 102 |
| Binary | 1110100 | 11011111 | 10110010 | 110000 | 0 | 10100 | 1101 | 10011011 | 111111 | 1000010 |
Color Harmonies of #74DFB2
Complementary color
Monochromatic Colors of #74DFB2
Black with #74DFB2
Text Example
Text Example
White with #74DFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DFB2; }
p { color: rgb(116,223,178); }
H1.HeaderClassName
{
color: #74DFB2;
}
.AnyTagClassName
{
color: #74DFB2;
}
</style>
background-color css
<style>
a { background-color: #74DFB2; }
a { background-color: rgb(116,223,178); }
div.DivClassName
{
background-color: #74DFB2;
}
.BgClassName
{
background-color: #74DFB2;
}
</style>
border-color css
<style>
span { border-color: #74DFB2; }
span { border-color: rgb(116,223,178); }
td.TdClassName
{
border-color: #74DFB2;
}
.TagClassName
{
border-color: #74DFB2;
}
</style>