Shades of Puerto Rico #4BC5AD
Tints of Puerto Rico #4BC5AD
RGB
CMYK
RGB Variations
Color information
#4BC5AD (or 0x4BC5AD) is known color: Puerto Rico. HEX triplet: 4B, C5 and AD. RGB value is (75,197,173). Sum of RGB (Red+Green+Blue) = 75+197+173=445 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.85% from 445); Green value is 197 (77.34% from 255 or 44.27% from 445); Blue value is 173 (67.97% from 255 or 38.88% from 445); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC5AD is #B43A52. Grayscale: #9D9D9D. Windows color (decimal): -11811411 or 11388235. OLE color: 11388235.
HSL color Cylindrical-coordinate representation of color #4BC5AD: hue angle of 168.2º 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 #4BC5AD is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 75 | 197 | 173 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.23 |
| HSL | 168.2º | 0.51% | 0.53% | - |
| HSV(B) | 168.2º | 0.62% | 0.77% | - |
| XYZ | 30.41 | 44.45 | 46.51 | - |
| YUV | 157.79 | 136.58 | 68.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 197 | 173 | 0.62 | 0 | 0.12 | 0.23 | 168.2 | 0.51 | 0.53 |
| Hex | 4B | C5 | AD | 3E | 0 | C | 17 | A8 | 33 | 35 |
| Octal | 113 | 305 | 255 | 76 | 0 | 14 | 27 | 250 | 63 | 65 |
| Binary | 1001011 | 11000101 | 10101101 | 111110 | 0 | 1100 | 10111 | 10101000 | 110011 | 110101 |
Color Harmonies of #4BC5AD
Complementary color
Monochromatic Colors of #4BC5AD
Black with #4BC5AD
Text Example
Text Example
White with #4BC5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC5AD; }
p { color: rgb(75,197,173); }
H1.HeaderClassName
{
color: #4BC5AD;
}
.AnyTagClassName
{
color: #4BC5AD;
}
</style>
background-color css
<style>
a { background-color: #4BC5AD; }
a { background-color: rgb(75,197,173); }
div.DivClassName
{
background-color: #4BC5AD;
}
.BgClassName
{
background-color: #4BC5AD;
}
</style>
border-color css
<style>
span { border-color: #4BC5AD; }
span { border-color: rgb(75,197,173); }
td.TdClassName
{
border-color: #4BC5AD;
}
.TagClassName
{
border-color: #4BC5AD;
}
</style>