Shades of Puerto Rico #4AAC9E
Tints of Puerto Rico #4AAC9E
RGB
CMYK
RGB Variations
Color information
#4AAC9E (or 0x4AAC9E) is known color: Puerto Rico. HEX triplet: 4A, AC and 9E. RGB value is (74,172,158). Sum of RGB (Red+Green+Blue) = 74+172+158=404 (53% of max value = 765). Red value is 74 (29.30% from 255 or 18.32% from 404); Green value is 172 (67.58% from 255 or 42.57% from 404); Blue value is 158 (62.11% from 255 or 39.11% from 404); Max value from RGB is 172 - color contains mainly: green. Hex color #4AAC9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4AAC9E is #B55361. Grayscale: #8D8D8D. Windows color (decimal): -11883362 or 10398794. OLE color: 10398794.
HSL color Cylindrical-coordinate representation of color #4AAC9E: hue angle of 171.43º degrees, saturation: 0.4, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4AAC9E is Cyan = 0.57, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 74 | 172 | 158 | - |
| CMYK | 0.57 | 0 | 0.08 | 0.33 |
| HSL | 171.43º | 0.4% | 0.48% | - |
| HSV(B) | 171.43º | 0.57% | 0.67% | - |
| XYZ | 23.75 | 33.43 | 37.55 | - |
| YUV | 141.1 | 137.53 | 80.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 74 | 172 | 158 | 0.57 | 0 | 0.08 | 0.33 | 171.43 | 0.4 | 0.48 |
| Hex | 4A | AC | 9E | 39 | 0 | 8 | 21 | AB | 28 | 30 |
| Octal | 112 | 254 | 236 | 71 | 0 | 10 | 41 | 253 | 50 | 60 |
| Binary | 1001010 | 10101100 | 10011110 | 111001 | 0 | 1000 | 100001 | 10101011 | 101000 | 110000 |
Color Harmonies of #4AAC9E
Complementary color
Monochromatic Colors of #4AAC9E
Black with #4AAC9E
Text Example
Text Example
White with #4AAC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4AAC9E; }
p { color: rgb(74,172,158); }
H1.HeaderClassName
{
color: #4AAC9E;
}
.AnyTagClassName
{
color: #4AAC9E;
}
</style>
background-color css
<style>
a { background-color: #4AAC9E; }
a { background-color: rgb(74,172,158); }
div.DivClassName
{
background-color: #4AAC9E;
}
.BgClassName
{
background-color: #4AAC9E;
}
</style>
border-color css
<style>
span { border-color: #4AAC9E; }
span { border-color: rgb(74,172,158); }
td.TdClassName
{
border-color: #4AAC9E;
}
.TagClassName
{
border-color: #4AAC9E;
}
</style>