Shades of Puerto Rico #4CAC9E
Tints of Puerto Rico #4CAC9E
RGB
CMYK
RGB Variations
Color information
#4CAC9E (or 0x4CAC9E) is known color: Puerto Rico. HEX triplet: 4C, AC and 9E. RGB value is (76,172,158). Sum of RGB (Red+Green+Blue) = 76+172+158=406 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.72% from 406); Green value is 172 (67.58% from 255 or 42.36% from 406); Blue value is 158 (62.11% from 255 or 38.92% from 406); Max value from RGB is 172 - color contains mainly: green. Hex color #4CAC9E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAC9E is #B35361. Grayscale: #8D8D8D. Windows color (decimal): -11752290 or 10398796. OLE color: 10398796.
HSL color Cylindrical-coordinate representation of color #4CAC9E: hue angle of 171.25º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAC9E is Cyan = 0.56, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 76 | 172 | 158 | - |
| CMYK | 0.56 | 0 | 0.08 | 0.33 |
| HSL | 171.25º | 0.39% | 0.49% | - |
| HSV(B) | 171.25º | 0.56% | 0.67% | - |
| XYZ | 23.9 | 33.51 | 37.56 | - |
| YUV | 141.7 | 137.2 | 81.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 172 | 158 | 0.56 | 0 | 0.08 | 0.33 | 171.25 | 0.39 | 0.49 |
| Hex | 4C | AC | 9E | 38 | 0 | 8 | 21 | AB | 27 | 31 |
| Octal | 114 | 254 | 236 | 70 | 0 | 10 | 41 | 253 | 47 | 61 |
| Binary | 1001100 | 10101100 | 10011110 | 111000 | 0 | 1000 | 100001 | 10101011 | 100111 | 110001 |
Color Harmonies of #4CAC9E
Complementary color
Monochromatic Colors of #4CAC9E
Black with #4CAC9E
Text Example
Text Example
White with #4CAC9E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAC9E; }
p { color: rgb(76,172,158); }
H1.HeaderClassName
{
color: #4CAC9E;
}
.AnyTagClassName
{
color: #4CAC9E;
}
</style>
background-color css
<style>
a { background-color: #4CAC9E; }
a { background-color: rgb(76,172,158); }
div.DivClassName
{
background-color: #4CAC9E;
}
.BgClassName
{
background-color: #4CAC9E;
}
</style>
border-color css
<style>
span { border-color: #4CAC9E; }
span { border-color: rgb(76,172,158); }
td.TdClassName
{
border-color: #4CAC9E;
}
.TagClassName
{
border-color: #4CAC9E;
}
</style>