Shades of Puerto Rico #4BBCAE
Tints of Puerto Rico #4BBCAE
RGB
CMYK
RGB Variations
Color information
#4BBCAE (or 0x4BBCAE) is known color: Puerto Rico. HEX triplet: 4B, BC and AE. RGB value is (75,188,174). Sum of RGB (Red+Green+Blue) = 75+188+174=437 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.16% from 437); Green value is 188 (73.83% from 255 or 43.02% from 437); Blue value is 174 (68.36% from 255 or 39.82% from 437); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBCAE is #B44351. Grayscale: #989898. Windows color (decimal): -11813714 or 11451467. OLE color: 11451467.
HSL color Cylindrical-coordinate representation of color #4BBCAE: hue angle of 172.57º 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 #4BBCAE is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 174 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.26 |
| HSL | 172.57º | 0.46% | 0.52% | - |
| HSV(B) | 172.57º | 0.6% | 0.74% | - |
| XYZ | 28.52 | 40.52 | 46.36 | - |
| YUV | 152.62 | 140.06 | 72.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 174 | 0.60 | 0 | 0.07 | 0.26 | 172.57 | 0.46 | 0.52 |
| Hex | 4B | BC | AE | 3C | 0 | 7 | 1A | AD | 2E | 34 |
| Octal | 113 | 274 | 256 | 74 | 0 | 7 | 32 | 255 | 56 | 64 |
| Binary | 1001011 | 10111100 | 10101110 | 111100 | 0 | 111 | 11010 | 10101101 | 101110 | 110100 |
Color Harmonies of #4BBCAE
Complementary color
Monochromatic Colors of #4BBCAE
Black with #4BBCAE
Text Example
Text Example
White with #4BBCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBCAE; }
p { color: rgb(75,188,174); }
H1.HeaderClassName
{
color: #4BBCAE;
}
.AnyTagClassName
{
color: #4BBCAE;
}
</style>
background-color css
<style>
a { background-color: #4BBCAE; }
a { background-color: rgb(75,188,174); }
div.DivClassName
{
background-color: #4BBCAE;
}
.BgClassName
{
background-color: #4BBCAE;
}
</style>
border-color css
<style>
span { border-color: #4BBCAE; }
span { border-color: rgb(75,188,174); }
td.TdClassName
{
border-color: #4BBCAE;
}
.TagClassName
{
border-color: #4BBCAE;
}
</style>