Shades of Puerto Rico #4BBDAB
Tints of Puerto Rico #4BBDAB
RGB
CMYK
RGB Variations
Color information
#4BBDAB (or 0x4BBDAB) is known color: Puerto Rico. HEX triplet: 4B, BD and AB. RGB value is (75,189,171). Sum of RGB (Red+Green+Blue) = 75+189+171=435 (57% of max value = 765). Red value is 75 (29.69% from 255 or 17.24% from 435); Green value is 189 (74.22% from 255 or 43.45% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBDAB is #B44254. Grayscale: #989898. Windows color (decimal): -11813461 or 11255115. OLE color: 11255115.
HSL color Cylindrical-coordinate representation of color #4BBDAB: hue angle of 170.53º 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 #4BBDAB is Cyan = 0.60, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 189 | 171 | - |
| CMYK | 0.60 | 0 | 0.10 | 0.26 |
| HSL | 170.53º | 0.46% | 0.52% | - |
| HSV(B) | 170.53º | 0.6% | 0.74% | - |
| XYZ | 28.45 | 40.83 | 44.91 | - |
| YUV | 152.86 | 138.23 | 72.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 189 | 171 | 0.60 | 0 | 0.10 | 0.26 | 170.53 | 0.46 | 0.52 |
| Hex | 4B | BD | AB | 3C | 0 | A | 1A | AB | 2E | 34 |
| Octal | 113 | 275 | 253 | 74 | 0 | 12 | 32 | 253 | 56 | 64 |
| Binary | 1001011 | 10111101 | 10101011 | 111100 | 0 | 1010 | 11010 | 10101011 | 101110 | 110100 |
Color Harmonies of #4BBDAB
Complementary color
Monochromatic Colors of #4BBDAB
Black with #4BBDAB
Text Example
Text Example
White with #4BBDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBDAB; }
p { color: rgb(75,189,171); }
H1.HeaderClassName
{
color: #4BBDAB;
}
.AnyTagClassName
{
color: #4BBDAB;
}
</style>
background-color css
<style>
a { background-color: #4BBDAB; }
a { background-color: rgb(75,189,171); }
div.DivClassName
{
background-color: #4BBDAB;
}
.BgClassName
{
background-color: #4BBDAB;
}
</style>
border-color css
<style>
span { border-color: #4BBDAB; }
span { border-color: rgb(75,189,171); }
td.TdClassName
{
border-color: #4BBDAB;
}
.TagClassName
{
border-color: #4BBDAB;
}
</style>