Shades of Puerto Rico #4CBC9B
Tints of Puerto Rico #4CBC9B
RGB
CMYK
RGB Variations
Color information
#4CBC9B (or 0x4CBC9B) is known color: Puerto Rico. HEX triplet: 4C, BC and 9B. RGB value is (76,188,155). Sum of RGB (Red+Green+Blue) = 76+188+155=419 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.14% from 419); Green value is 188 (73.83% from 255 or 44.87% from 419); Blue value is 155 (60.94% from 255 or 36.99% from 419); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBC9B is #B34364. Grayscale: #969696. Windows color (decimal): -11748197 or 10206284. OLE color: 10206284.
HSL color Cylindrical-coordinate representation of color #4CBC9B: hue angle of 162.32º 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 #4CBC9B is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 155 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.26 |
| HSL | 162.32º | 0.46% | 0.52% | - |
| HSV(B) | 162.32º | 0.6% | 0.74% | - |
| XYZ | 26.88 | 39.87 | 37.29 | - |
| YUV | 150.75 | 130.39 | 74.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 155 | 0.60 | 0 | 0.18 | 0.26 | 162.32 | 0.46 | 0.52 |
| Hex | 4C | BC | 9B | 3C | 0 | 12 | 1A | A2 | 2E | 34 |
| Octal | 114 | 274 | 233 | 74 | 0 | 22 | 32 | 242 | 56 | 64 |
| Binary | 1001100 | 10111100 | 10011011 | 111100 | 0 | 10010 | 11010 | 10100010 | 101110 | 110100 |
Color Harmonies of #4CBC9B
Complementary color
Monochromatic Colors of #4CBC9B
Black with #4CBC9B
Text Example
Text Example
White with #4CBC9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC9B; }
p { color: rgb(76,188,155); }
H1.HeaderClassName
{
color: #4CBC9B;
}
.AnyTagClassName
{
color: #4CBC9B;
}
</style>
background-color css
<style>
a { background-color: #4CBC9B; }
a { background-color: rgb(76,188,155); }
div.DivClassName
{
background-color: #4CBC9B;
}
.BgClassName
{
background-color: #4CBC9B;
}
</style>
border-color css
<style>
span { border-color: #4CBC9B; }
span { border-color: rgb(76,188,155); }
td.TdClassName
{
border-color: #4CBC9B;
}
.TagClassName
{
border-color: #4CBC9B;
}
</style>