Shades of Puerto Rico #4BD0AB
Tints of Puerto Rico #4BD0AB
RGB
CMYK
RGB Variations
Color information
#4BD0AB (or 0x4BD0AB) is known color: Puerto Rico. HEX triplet: 4B, D0 and AB. RGB value is (75,208,171). Sum of RGB (Red+Green+Blue) = 75+208+171=454 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.52% from 454); Green value is 208 (81.64% from 255 or 45.81% from 454); Blue value is 171 (67.19% from 255 or 37.67% from 454); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD0AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD0AB is #B42F54. Grayscale: #A4A4A4. Windows color (decimal): -11808597 or 11259979. OLE color: 11259979.
HSL color Cylindrical-coordinate representation of color #4BD0AB: hue angle of 163.31º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD0AB is Cyan = 0.64, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 208 | 171 | - |
| CMYK | 0.64 | 0 | 0.18 | 0.18 |
| HSL | 163.31º | 0.59% | 0.55% | - |
| HSV(B) | 163.31º | 0.64% | 0.82% | - |
| XYZ | 32.81 | 49.55 | 46.36 | - |
| YUV | 164.02 | 131.94 | 64.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 208 | 171 | 0.64 | 0 | 0.18 | 0.18 | 163.31 | 0.59 | 0.55 |
| Hex | 4B | D0 | AB | 40 | 0 | 12 | 12 | A3 | 3B | 37 |
| Octal | 113 | 320 | 253 | 100 | 0 | 22 | 22 | 243 | 73 | 67 |
| Binary | 1001011 | 11010000 | 10101011 | 1000000 | 0 | 10010 | 10010 | 10100011 | 111011 | 110111 |
Color Harmonies of #4BD0AB
Complementary color
Monochromatic Colors of #4BD0AB
Black with #4BD0AB
Text Example
Text Example
White with #4BD0AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD0AB; }
p { color: rgb(75,208,171); }
H1.HeaderClassName
{
color: #4BD0AB;
}
.AnyTagClassName
{
color: #4BD0AB;
}
</style>
background-color css
<style>
a { background-color: #4BD0AB; }
a { background-color: rgb(75,208,171); }
div.DivClassName
{
background-color: #4BD0AB;
}
.BgClassName
{
background-color: #4BD0AB;
}
</style>
border-color css
<style>
span { border-color: #4BD0AB; }
span { border-color: rgb(75,208,171); }
td.TdClassName
{
border-color: #4BD0AB;
}
.TagClassName
{
border-color: #4BD0AB;
}
</style>