Shades of Puerto Rico #4BCDAB
Tints of Puerto Rico #4BCDAB
RGB
CMYK
RGB Variations
Color information
#4BCDAB (or 0x4BCDAB) is known color: Puerto Rico. HEX triplet: 4B, CD and AB. RGB value is (75,205,171). Sum of RGB (Red+Green+Blue) = 75+205+171=451 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.63% from 451); Green value is 205 (80.47% from 255 or 45.45% from 451); Blue value is 171 (67.19% from 255 or 37.92% from 451); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCDAB is #B43254. Grayscale: #A2A2A2. Windows color (decimal): -11809365 or 11259211. OLE color: 11259211.
HSL color Cylindrical-coordinate representation of color #4BCDAB: hue angle of 164.31º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCDAB is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 205 | 171 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.20 |
| HSL | 164.31º | 0.57% | 0.55% | - |
| HSV(B) | 164.31º | 0.63% | 0.8% | - |
| XYZ | 32.08 | 48.1 | 46.12 | - |
| YUV | 162.25 | 132.93 | 65.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 205 | 171 | 0.63 | 0 | 0.17 | 0.20 | 164.31 | 0.57 | 0.55 |
| Hex | 4B | CD | AB | 3F | 0 | 11 | 14 | A4 | 39 | 37 |
| Octal | 113 | 315 | 253 | 77 | 0 | 21 | 24 | 244 | 71 | 67 |
| Binary | 1001011 | 11001101 | 10101011 | 111111 | 0 | 10001 | 10100 | 10100100 | 111001 | 110111 |
Color Harmonies of #4BCDAB
Complementary color
Monochromatic Colors of #4BCDAB
Black with #4BCDAB
Text Example
Text Example
White with #4BCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCDAB; }
p { color: rgb(75,205,171); }
H1.HeaderClassName
{
color: #4BCDAB;
}
.AnyTagClassName
{
color: #4BCDAB;
}
</style>
background-color css
<style>
a { background-color: #4BCDAB; }
a { background-color: rgb(75,205,171); }
div.DivClassName
{
background-color: #4BCDAB;
}
.BgClassName
{
background-color: #4BCDAB;
}
</style>
border-color css
<style>
span { border-color: #4BCDAB; }
span { border-color: rgb(75,205,171); }
td.TdClassName
{
border-color: #4BCDAB;
}
.TagClassName
{
border-color: #4BCDAB;
}
</style>