Shades of Puerto Rico #4BBDB5
Tints of Puerto Rico #4BBDB5
RGB
CMYK
RGB Variations
Color information
#4BBDB5 (or 0x4BBDB5) is known color: Puerto Rico. HEX triplet: 4B, BD and B5. RGB value is (75,189,181). Sum of RGB (Red+Green+Blue) = 75+189+181=445 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.85% from 445); Green value is 189 (74.22% from 255 or 42.47% from 445); Blue value is 181 (71.09% from 255 or 40.67% from 445); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBDB5 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4BBDB5 is #B4424A. Grayscale: #999999. Windows color (decimal): -11813451 or 11910475. OLE color: 11910475.
HSL color Cylindrical-coordinate representation of color #4BBDB5: hue angle of 175.79º 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 #4BBDB5 is Cyan = 0.60, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 189 | 181 | - |
| CMYK | 0.60 | 0 | 0.04 | 0.26 |
| HSL | 175.79º | 0.46% | 0.52% | - |
| HSV(B) | 175.79º | 0.6% | 0.74% | - |
| XYZ | 29.44 | 41.23 | 50.12 | - |
| YUV | 154 | 143.23 | 71.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 189 | 181 | 0.60 | 0 | 0.04 | 0.26 | 175.79 | 0.46 | 0.52 |
| Hex | 4B | BD | B5 | 3C | 0 | 4 | 1A | B0 | 2E | 34 |
| Octal | 113 | 275 | 265 | 74 | 0 | 4 | 32 | 260 | 56 | 64 |
| Binary | 1001011 | 10111101 | 10110101 | 111100 | 0 | 100 | 11010 | 10110000 | 101110 | 110100 |
Color Harmonies of #4BBDB5
Complementary color
Monochromatic Colors of #4BBDB5
Black with #4BBDB5
Text Example
Text Example
White with #4BBDB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBDB5; }
p { color: rgb(75,189,181); }
H1.HeaderClassName
{
color: #4BBDB5;
}
.AnyTagClassName
{
color: #4BBDB5;
}
</style>
background-color css
<style>
a { background-color: #4BBDB5; }
a { background-color: rgb(75,189,181); }
div.DivClassName
{
background-color: #4BBDB5;
}
.BgClassName
{
background-color: #4BBDB5;
}
</style>
border-color css
<style>
span { border-color: #4BBDB5; }
span { border-color: rgb(75,189,181); }
td.TdClassName
{
border-color: #4BBDB5;
}
.TagClassName
{
border-color: #4BBDB5;
}
</style>