Shades of Puerto Rico #4BBDAC
Tints of Puerto Rico #4BBDAC
RGB
CMYK
RGB Variations
Color information
#4BBDAC (or 0x4BBDAC) is known color: Puerto Rico. HEX triplet: 4B, BD and AC. RGB value is (75,189,172). Sum of RGB (Red+Green+Blue) = 75+189+172=436 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.20% from 436); Green value is 189 (74.22% from 255 or 43.35% from 436); Blue value is 172 (67.58% from 255 or 39.45% from 436); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBDAC is #B44253. Grayscale: #989898. Windows color (decimal): -11813460 or 11320651. OLE color: 11320651.
HSL color Cylindrical-coordinate representation of color #4BBDAC: hue angle of 171.05º 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 #4BBDAC is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 189 | 172 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.26 |
| HSL | 171.05º | 0.46% | 0.52% | - |
| HSV(B) | 171.05º | 0.6% | 0.74% | - |
| XYZ | 28.55 | 40.87 | 45.41 | - |
| YUV | 152.98 | 138.73 | 72.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 189 | 172 | 0.60 | 0 | 0.09 | 0.26 | 171.05 | 0.46 | 0.52 |
| Hex | 4B | BD | AC | 3C | 0 | 9 | 1A | AB | 2E | 34 |
| Octal | 113 | 275 | 254 | 74 | 0 | 11 | 32 | 253 | 56 | 64 |
| Binary | 1001011 | 10111101 | 10101100 | 111100 | 0 | 1001 | 11010 | 10101011 | 101110 | 110100 |
Color Harmonies of #4BBDAC
Complementary color
Monochromatic Colors of #4BBDAC
Black with #4BBDAC
Text Example
Text Example
White with #4BBDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBDAC; }
p { color: rgb(75,189,172); }
H1.HeaderClassName
{
color: #4BBDAC;
}
.AnyTagClassName
{
color: #4BBDAC;
}
</style>
background-color css
<style>
a { background-color: #4BBDAC; }
a { background-color: rgb(75,189,172); }
div.DivClassName
{
background-color: #4BBDAC;
}
.BgClassName
{
background-color: #4BBDAC;
}
</style>
border-color css
<style>
span { border-color: #4BBDAC; }
span { border-color: rgb(75,189,172); }
td.TdClassName
{
border-color: #4BBDAC;
}
.TagClassName
{
border-color: #4BBDAC;
}
</style>