Shades of Puerto Rico #4CBA9B
Tints of Puerto Rico #4CBA9B
RGB
CMYK
RGB Variations
Color information
#4CBA9B (or 0x4CBA9B) is known color: Puerto Rico. HEX triplet: 4C, BA and 9B. RGB value is (76,186,155). Sum of RGB (Red+Green+Blue) = 76+186+155=417 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.23% from 417); Green value is 186 (73.05% from 255 or 44.60% from 417); Blue value is 155 (60.94% from 255 or 37.17% from 417); Max value from RGB is 186 - color contains mainly: green. Hex color #4CBA9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBA9B is #B34564. Grayscale: #959595. Windows color (decimal): -11748709 or 10205772. OLE color: 10205772.
HSL color Cylindrical-coordinate representation of color #4CBA9B: hue angle of 163.09º degrees, saturation: 0.44, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4CBA9B is Cyan = 0.59, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 76 | 186 | 155 | - |
| CMYK | 0.59 | 0 | 0.17 | 0.27 |
| HSL | 163.09º | 0.44% | 0.51% | - |
| HSV(B) | 163.09º | 0.59% | 0.73% | - |
| XYZ | 26.46 | 39.02 | 37.15 | - |
| YUV | 149.58 | 131.06 | 75.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 186 | 155 | 0.59 | 0 | 0.17 | 0.27 | 163.09 | 0.44 | 0.51 |
| Hex | 4C | BA | 9B | 3B | 0 | 11 | 1B | A3 | 2C | 33 |
| Octal | 114 | 272 | 233 | 73 | 0 | 21 | 33 | 243 | 54 | 63 |
| Binary | 1001100 | 10111010 | 10011011 | 111011 | 0 | 10001 | 11011 | 10100011 | 101100 | 110011 |
Color Harmonies of #4CBA9B
Complementary color
Monochromatic Colors of #4CBA9B
Black with #4CBA9B
Text Example
Text Example
White with #4CBA9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBA9B; }
p { color: rgb(76,186,155); }
H1.HeaderClassName
{
color: #4CBA9B;
}
.AnyTagClassName
{
color: #4CBA9B;
}
</style>
background-color css
<style>
a { background-color: #4CBA9B; }
a { background-color: rgb(76,186,155); }
div.DivClassName
{
background-color: #4CBA9B;
}
.BgClassName
{
background-color: #4CBA9B;
}
</style>
border-color css
<style>
span { border-color: #4CBA9B; }
span { border-color: rgb(76,186,155); }
td.TdClassName
{
border-color: #4CBA9B;
}
.TagClassName
{
border-color: #4CBA9B;
}
</style>