Shades of Puerto Rico #4BBDB1
Tints of Puerto Rico #4BBDB1
RGB
CMYK
RGB Variations
Color information
#4BBDB1 (or 0x4BBDB1) is known color: Puerto Rico. HEX triplet: 4B, BD and B1. RGB value is (75,189,177). Sum of RGB (Red+Green+Blue) = 75+189+177=441 (58% of max value = 765). Red value is 75 (29.69% from 255 or 17.01% from 441); Green value is 189 (74.22% from 255 or 42.86% from 441); Blue value is 177 (69.53% from 255 or 40.14% from 441); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBDB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBDB1 is #B4424E. Grayscale: #999999. Windows color (decimal): -11813455 or 11648331. OLE color: 11648331.
HSL color Cylindrical-coordinate representation of color #4BBDB1: hue angle of 173.68º 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 #4BBDB1 is Cyan = 0.60, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 189 | 177 | - |
| CMYK | 0.60 | 0 | 0.06 | 0.26 |
| HSL | 173.68º | 0.46% | 0.52% | - |
| HSV(B) | 173.68º | 0.6% | 0.74% | - |
| XYZ | 29.04 | 41.07 | 47.99 | - |
| YUV | 153.55 | 141.23 | 71.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 189 | 177 | 0.60 | 0 | 0.06 | 0.26 | 173.68 | 0.46 | 0.52 |
| Hex | 4B | BD | B1 | 3C | 0 | 6 | 1A | AE | 2E | 34 |
| Octal | 113 | 275 | 261 | 74 | 0 | 6 | 32 | 256 | 56 | 64 |
| Binary | 1001011 | 10111101 | 10110001 | 111100 | 0 | 110 | 11010 | 10101110 | 101110 | 110100 |
Color Harmonies of #4BBDB1
Complementary color
Monochromatic Colors of #4BBDB1
Black with #4BBDB1
Text Example
Text Example
White with #4BBDB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBDB1; }
p { color: rgb(75,189,177); }
H1.HeaderClassName
{
color: #4BBDB1;
}
.AnyTagClassName
{
color: #4BBDB1;
}
</style>
background-color css
<style>
a { background-color: #4BBDB1; }
a { background-color: rgb(75,189,177); }
div.DivClassName
{
background-color: #4BBDB1;
}
.BgClassName
{
background-color: #4BBDB1;
}
</style>
border-color css
<style>
span { border-color: #4BBDB1; }
span { border-color: rgb(75,189,177); }
td.TdClassName
{
border-color: #4BBDB1;
}
.TagClassName
{
border-color: #4BBDB1;
}
</style>