Shades of Medium Aquamarine #74DFB0
Tints of Medium Aquamarine #74DFB0
RGB
CMYK
RGB Variations
Color information
#74DFB0 (or 0x74DFB0) is known color: Medium Aquamarine. HEX triplet: 74, DF and B0. RGB value is (116,223,176). Sum of RGB (Red+Green+Blue) = 116+223+176=515 (68% of max value = 765). Red value is 116 (45.70% from 255 or 22.52% from 515); Green value is 223 (87.5% from 255 or 43.30% from 515); Blue value is 176 (69.14% from 255 or 34.17% from 515); Max value from RGB is 223 - color contains mainly: green. Hex color #74DFB0 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74DFB0 is #8B204F. Grayscale: #B9B9B9. Windows color (decimal): -9117776 or 11591540. OLE color: 11591540.
HSL color Cylindrical-coordinate representation of color #74DFB0: hue angle of 153.64º 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 #74DFB0 is Cyan = 0.48, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 116 | 223 | 176 | - |
| CMYK | 0.48 | 0 | 0.21 | 0.13 |
| HSL | 153.64º | 0.63% | 0.66% | - |
| HSV(B) | 153.64º | 0.48% | 0.87% | - |
| XYZ | 41.43 | 59.62 | 50.4 | - |
| YUV | 185.65 | 122.55 | 78.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 223 | 176 | 0.48 | 0 | 0.21 | 0.13 | 153.64 | 0.63 | 0.66 |
| Hex | 74 | DF | B0 | 30 | 0 | 15 | D | 9A | 3F | 42 |
| Octal | 164 | 337 | 260 | 60 | 0 | 25 | 15 | 232 | 77 | 102 |
| Binary | 1110100 | 11011111 | 10110000 | 110000 | 0 | 10101 | 1101 | 10011010 | 111111 | 1000010 |
Color Harmonies of #74DFB0
Complementary color
Monochromatic Colors of #74DFB0
Black with #74DFB0
Text Example
Text Example
White with #74DFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74DFB0; }
p { color: rgb(116,223,176); }
H1.HeaderClassName
{
color: #74DFB0;
}
.AnyTagClassName
{
color: #74DFB0;
}
</style>
background-color css
<style>
a { background-color: #74DFB0; }
a { background-color: rgb(116,223,176); }
div.DivClassName
{
background-color: #74DFB0;
}
.BgClassName
{
background-color: #74DFB0;
}
</style>
border-color css
<style>
span { border-color: #74DFB0; }
span { border-color: rgb(116,223,176); }
td.TdClassName
{
border-color: #74DFB0;
}
.TagClassName
{
border-color: #74DFB0;
}
</style>