Shades of Puerto Rico #4BBCAF
Tints of Puerto Rico #4BBCAF
RGB
CMYK
RGB Variations
Color information
#4BBCAF (or 0x4BBCAF) is known color: Puerto Rico. HEX triplet: 4B, BC and AF. RGB value is (75,188,175). Sum of RGB (Red+Green+Blue) = 75+188+175=438 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.12% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 175 (68.75% from 255 or 39.95% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBCAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBCAF is #B44350. Grayscale: #989898. Windows color (decimal): -11813713 or 11517003. OLE color: 11517003.
HSL color Cylindrical-coordinate representation of color #4BBCAF: hue angle of 173.1º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBCAF is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 175 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.26 |
| HSL | 173.1º | 0.46% | 0.52% | - |
| HSV(B) | 173.1º | 0.6% | 0.74% | - |
| XYZ | 28.62 | 40.56 | 46.88 | - |
| YUV | 152.73 | 140.56 | 72.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 175 | 0.60 | 0 | 0.07 | 0.26 | 173.1 | 0.46 | 0.52 |
| Hex | 4B | BC | AF | 3C | 0 | 7 | 1A | AD | 2E | 34 |
| Octal | 113 | 274 | 257 | 74 | 0 | 7 | 32 | 255 | 56 | 64 |
| Binary | 1001011 | 10111100 | 10101111 | 111100 | 0 | 111 | 11010 | 10101101 | 101110 | 110100 |
Color Harmonies of #4BBCAF
Complementary color
Monochromatic Colors of #4BBCAF
Black with #4BBCAF
Text Example
Text Example
White with #4BBCAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBCAF; }
p { color: rgb(75,188,175); }
H1.HeaderClassName
{
color: #4BBCAF;
}
.AnyTagClassName
{
color: #4BBCAF;
}
</style>
background-color css
<style>
a { background-color: #4BBCAF; }
a { background-color: rgb(75,188,175); }
div.DivClassName
{
background-color: #4BBCAF;
}
.BgClassName
{
background-color: #4BBCAF;
}
</style>
border-color css
<style>
span { border-color: #4BBCAF; }
span { border-color: rgb(75,188,175); }
td.TdClassName
{
border-color: #4BBCAF;
}
.TagClassName
{
border-color: #4BBCAF;
}
</style>