Shades of Medium Aquamarine #74C3A7
Tints of Medium Aquamarine #74C3A7
RGB
CMYK
RGB Variations
Color information
#74C3A7 (or 0x74C3A7) is known color: Medium Aquamarine. HEX triplet: 74, C3 and A7. RGB value is (116,195,167). Sum of RGB (Red+Green+Blue) = 116+195+167=478 (63% of max value = 765). Red value is 116 (45.70% from 255 or 24.27% from 478); Green value is 195 (76.56% from 255 or 40.79% from 478); Blue value is 167 (65.62% from 255 or 34.94% from 478); Max value from RGB is 195 - color contains mainly: green. Hex color #74C3A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74C3A7 is #8B3C58. Grayscale: #A8A8A8. Windows color (decimal): -9124953 or 10994548. OLE color: 10994548.
HSL color Cylindrical-coordinate representation of color #74C3A7: hue angle of 158.73º degrees, saturation: 0.4, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #74C3A7 is Cyan = 0.41, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 116 | 195 | 167 | - |
| CMYK | 0.41 | 0 | 0.14 | 0.24 |
| HSL | 158.73º | 0.4% | 0.61% | - |
| HSV(B) | 158.73º | 0.41% | 0.76% | - |
| XYZ | 33.69 | 45.53 | 43.57 | - |
| YUV | 168.19 | 127.33 | 90.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 195 | 167 | 0.41 | 0 | 0.14 | 0.24 | 158.73 | 0.4 | 0.61 |
| Hex | 74 | C3 | A7 | 29 | 0 | E | 18 | 9F | 28 | 3D |
| Octal | 164 | 303 | 247 | 51 | 0 | 16 | 30 | 237 | 50 | 75 |
| Binary | 1110100 | 11000011 | 10100111 | 101001 | 0 | 1110 | 11000 | 10011111 | 101000 | 111101 |
Color Harmonies of #74C3A7
Complementary color
Monochromatic Colors of #74C3A7
Black with #74C3A7
Text Example
Text Example
White with #74C3A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74C3A7; }
p { color: rgb(116,195,167); }
H1.HeaderClassName
{
color: #74C3A7;
}
.AnyTagClassName
{
color: #74C3A7;
}
</style>
background-color css
<style>
a { background-color: #74C3A7; }
a { background-color: rgb(116,195,167); }
div.DivClassName
{
background-color: #74C3A7;
}
.BgClassName
{
background-color: #74C3A7;
}
</style>
border-color css
<style>
span { border-color: #74C3A7; }
span { border-color: rgb(116,195,167); }
td.TdClassName
{
border-color: #74C3A7;
}
.TagClassName
{
border-color: #74C3A7;
}
</style>