Shades of Puerto Rico #4BC5AF
Tints of Puerto Rico #4BC5AF
RGB
CMYK
RGB Variations
Color information
#4BC5AF (or 0x4BC5AF) is known color: Puerto Rico. HEX triplet: 4B, C5 and AF. RGB value is (75,197,175). Sum of RGB (Red+Green+Blue) = 75+197+175=447 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.78% from 447); Green value is 197 (77.34% from 255 or 44.07% from 447); Blue value is 175 (68.75% from 255 or 39.15% from 447); Max value from RGB is 197 - color contains mainly: green. Hex color #4BC5AF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BC5AF is #B43A50. Grayscale: #9D9D9D. Windows color (decimal): -11811409 or 11519307. OLE color: 11519307.
HSL color Cylindrical-coordinate representation of color #4BC5AF: hue angle of 169.18º 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 #4BC5AF is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 75 | 197 | 175 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.23 |
| HSL | 169.18º | 0.51% | 0.53% | - |
| HSV(B) | 169.18º | 0.62% | 0.77% | - |
| XYZ | 30.61 | 44.52 | 47.54 | - |
| YUV | 158.01 | 137.58 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 197 | 175 | 0.62 | 0 | 0.11 | 0.23 | 169.18 | 0.51 | 0.53 |
| Hex | 4B | C5 | AF | 3E | 0 | B | 17 | A9 | 33 | 35 |
| Octal | 113 | 305 | 257 | 76 | 0 | 13 | 27 | 251 | 63 | 65 |
| Binary | 1001011 | 11000101 | 10101111 | 111110 | 0 | 1011 | 10111 | 10101001 | 110011 | 110101 |
Color Harmonies of #4BC5AF
Complementary color
Monochromatic Colors of #4BC5AF
Black with #4BC5AF
Text Example
Text Example
White with #4BC5AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BC5AF; }
p { color: rgb(75,197,175); }
H1.HeaderClassName
{
color: #4BC5AF;
}
.AnyTagClassName
{
color: #4BC5AF;
}
</style>
background-color css
<style>
a { background-color: #4BC5AF; }
a { background-color: rgb(75,197,175); }
div.DivClassName
{
background-color: #4BC5AF;
}
.BgClassName
{
background-color: #4BC5AF;
}
</style>
border-color css
<style>
span { border-color: #4BC5AF; }
span { border-color: rgb(75,197,175); }
td.TdClassName
{
border-color: #4BC5AF;
}
.TagClassName
{
border-color: #4BC5AF;
}
</style>