Shades of Puerto Rico #4BBCB4
Tints of Puerto Rico #4BBCB4
RGB
CMYK
RGB Variations
Color information
#4BBCB4 (or 0x4BBCB4) is known color: Puerto Rico. HEX triplet: 4B, BC and B4. RGB value is (75,188,180). Sum of RGB (Red+Green+Blue) = 75+188+180=443 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.93% from 443); Green value is 188 (73.83% from 255 or 42.44% from 443); Blue value is 180 (70.70% from 255 or 40.63% from 443); Max value from RGB is 188 - color contains mainly: green. Hex color #4BBCB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBCB4 is #B4434B. Grayscale: #999999. Windows color (decimal): -11813708 or 11844683. OLE color: 11844683.
HSL color Cylindrical-coordinate representation of color #4BBCB4: hue angle of 175.75º 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 #4BBCB4 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 188 | 180 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.26 |
| HSL | 175.75º | 0.46% | 0.52% | - |
| HSV(B) | 175.75º | 0.6% | 0.74% | - |
| XYZ | 29.12 | 40.76 | 49.51 | - |
| YUV | 153.3 | 143.06 | 72.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 188 | 180 | 0.60 | 0 | 0.04 | 0.26 | 175.75 | 0.46 | 0.52 |
| Hex | 4B | BC | B4 | 3C | 0 | 4 | 1A | B0 | 2E | 34 |
| Octal | 113 | 274 | 264 | 74 | 0 | 4 | 32 | 260 | 56 | 64 |
| Binary | 1001011 | 10111100 | 10110100 | 111100 | 0 | 100 | 11010 | 10110000 | 101110 | 110100 |
Color Harmonies of #4BBCB4
Complementary color
Monochromatic Colors of #4BBCB4
Black with #4BBCB4
Text Example
Text Example
White with #4BBCB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBCB4; }
p { color: rgb(75,188,180); }
H1.HeaderClassName
{
color: #4BBCB4;
}
.AnyTagClassName
{
color: #4BBCB4;
}
</style>
background-color css
<style>
a { background-color: #4BBCB4; }
a { background-color: rgb(75,188,180); }
div.DivClassName
{
background-color: #4BBCB4;
}
.BgClassName
{
background-color: #4BBCB4;
}
</style>
border-color css
<style>
span { border-color: #4BBCB4; }
span { border-color: rgb(75,188,180); }
td.TdClassName
{
border-color: #4BBCB4;
}
.TagClassName
{
border-color: #4BBCB4;
}
</style>