Shades of Medium Aquamarine #74CBA5
Tints of Medium Aquamarine #74CBA5
RGB
CMYK
RGB Variations
Color information
#74CBA5 (or 0x74CBA5) is known color: Medium Aquamarine. HEX triplet: 74, CB and A5. RGB value is (116,203,165). Sum of RGB (Red+Green+Blue) = 116+203+165=484 (64% of max value = 765). Red value is 116 (45.70% from 255 or 23.97% from 484); Green value is 203 (79.69% from 255 or 41.94% from 484); Blue value is 165 (64.84% from 255 or 34.09% from 484); Max value from RGB is 203 - color contains mainly: green. Hex color #74CBA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #74CBA5 is #8B345A. Grayscale: #ACACAC. Windows color (decimal): -9122907 or 10865524. OLE color: 10865524.
HSL color Cylindrical-coordinate representation of color #74CBA5: hue angle of 153.79º degrees, saturation: 0.46, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #74CBA5 is Cyan = 0.43, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 116 | 203 | 165 | - |
| CMYK | 0.43 | 0 | 0.19 | 0.20 |
| HSL | 153.79º | 0.46% | 0.63% | - |
| HSV(B) | 153.79º | 0.43% | 0.8% | - |
| XYZ | 35.35 | 49.14 | 43.22 | - |
| YUV | 172.66 | 123.68 | 87.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 116 | 203 | 165 | 0.43 | 0 | 0.19 | 0.20 | 153.79 | 0.46 | 0.63 |
| Hex | 74 | CB | A5 | 2B | 0 | 13 | 14 | 9A | 2E | 3F |
| Octal | 164 | 313 | 245 | 53 | 0 | 23 | 24 | 232 | 56 | 77 |
| Binary | 1110100 | 11001011 | 10100101 | 101011 | 0 | 10011 | 10100 | 10011010 | 101110 | 111111 |
Color Harmonies of #74CBA5
Complementary color
Monochromatic Colors of #74CBA5
Black with #74CBA5
Text Example
Text Example
White with #74CBA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #74CBA5; }
p { color: rgb(116,203,165); }
H1.HeaderClassName
{
color: #74CBA5;
}
.AnyTagClassName
{
color: #74CBA5;
}
</style>
background-color css
<style>
a { background-color: #74CBA5; }
a { background-color: rgb(116,203,165); }
div.DivClassName
{
background-color: #74CBA5;
}
.BgClassName
{
background-color: #74CBA5;
}
</style>
border-color css
<style>
span { border-color: #74CBA5; }
span { border-color: rgb(116,203,165); }
td.TdClassName
{
border-color: #74CBA5;
}
.TagClassName
{
border-color: #74CBA5;
}
</style>