Shades of Puerto Rico #4BBCAB
Tints of Puerto Rico #4BBCAB
RGB
CMYK
RGB Variations
Color information
#4BBCAB (or 0x4BBCAB) is known color: Puerto Rico. HEX triplet: 4B, BC and AB. RGB value is (75,188,171). Sum of RGB (Red+Green+Blue) = 75+188+171=434 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.28% from 434); Green value is 188 (73.83% from 255 or 43.32% from 434); Blue value is 171 (67.19% from 255 or 39.40% from 434); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBCAB is #B44354. Grayscale: #989898. Windows color (decimal): -11813717 or 11254859. OLE color: 11254859.
HSL color Cylindrical-coordinate representation of color #4BBCAB: hue angle of 170.97º 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 #4BBCAB is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 171 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.26 |
| HSL | 170.97º | 0.46% | 0.52% | - |
| HSV(B) | 170.97º | 0.6% | 0.74% | - |
| XYZ | 28.24 | 40.4 | 44.84 | - |
| YUV | 152.28 | 138.56 | 72.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 171 | 0.60 | 0 | 0.09 | 0.26 | 170.97 | 0.46 | 0.52 |
| Hex | 4B | BC | AB | 3C | 0 | 9 | 1A | AB | 2E | 34 |
| Octal | 113 | 274 | 253 | 74 | 0 | 11 | 32 | 253 | 56 | 64 |
| Binary | 1001011 | 10111100 | 10101011 | 111100 | 0 | 1001 | 11010 | 10101011 | 101110 | 110100 |
Color Harmonies of #4BBCAB
Complementary color
Monochromatic Colors of #4BBCAB
Black with #4BBCAB
Text Example
Text Example
White with #4BBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBCAB; }
p { color: rgb(75,188,171); }
H1.HeaderClassName
{
color: #4BBCAB;
}
.AnyTagClassName
{
color: #4BBCAB;
}
</style>
background-color css
<style>
a { background-color: #4BBCAB; }
a { background-color: rgb(75,188,171); }
div.DivClassName
{
background-color: #4BBCAB;
}
.BgClassName
{
background-color: #4BBCAB;
}
</style>
border-color css
<style>
span { border-color: #4BBCAB; }
span { border-color: rgb(75,188,171); }
td.TdClassName
{
border-color: #4BBCAB;
}
.TagClassName
{
border-color: #4BBCAB;
}
</style>