Shades of Puerto Rico #4BC5A6
Tints of Puerto Rico #4BC5A6
RGB
CMYK
RGB Variations
Color information
#4BC5A6 (or 0x4BC5A6) is known color: Puerto Rico. HEX triplet: 4B, C5 and A6. RGB value is (75,197,166). Sum of RGB (Red+Green+Blue) = 75+197+166=438 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.12% from 438); Green value is 197 (77.34% from 255 or 44.98% from 438); Blue value is 166 (65.23% from 255 or 37.90% from 438); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC5A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC5A6 is #B43A59. Grayscale: #9C9C9C. Windows color (decimal): -11811418 or 10929483. OLE color: 10929483.
HSL color Cylindrical-coordinate representation of color #4BC5A6: hue angle of 164.75º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4BC5A6 is Cyan = 0.62, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 75 | 197 | 166 | - |
| CMYK | 0.62 | 0 | 0.16 | 0.23 |
| HSL | 164.75º | 0.51% | 0.53% | - |
| HSV(B) | 164.75º | 0.62% | 0.77% | - |
| XYZ | 29.75 | 44.18 | 43.04 | - |
| YUV | 156.99 | 133.08 | 69.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 197 | 166 | 0.62 | 0 | 0.16 | 0.23 | 164.75 | 0.51 | 0.53 |
| Hex | 4B | C5 | A6 | 3E | 0 | 10 | 17 | A5 | 33 | 35 |
| Octal | 113 | 305 | 246 | 76 | 0 | 20 | 27 | 245 | 63 | 65 |
| Binary | 1001011 | 11000101 | 10100110 | 111110 | 0 | 10000 | 10111 | 10100101 | 110011 | 110101 |
Color Harmonies of #4BC5A6
Complementary color
Monochromatic Colors of #4BC5A6
Black with #4BC5A6
Text Example
Text Example
White with #4BC5A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC5A6; }
p { color: rgb(75,197,166); }
H1.HeaderClassName
{
color: #4BC5A6;
}
.AnyTagClassName
{
color: #4BC5A6;
}
</style>
background-color css
<style>
a { background-color: #4BC5A6; }
a { background-color: rgb(75,197,166); }
div.DivClassName
{
background-color: #4BC5A6;
}
.BgClassName
{
background-color: #4BC5A6;
}
</style>
border-color css
<style>
span { border-color: #4BC5A6; }
span { border-color: rgb(75,197,166); }
td.TdClassName
{
border-color: #4BC5A6;
}
.TagClassName
{
border-color: #4BC5A6;
}
</style>