Shades of Puerto Rico #4CCCB1
Tints of Puerto Rico #4CCCB1
RGB
CMYK
RGB Variations
Color information
#4CCCB1 (or 0x4CCCB1) is known color: Puerto Rico. HEX triplet: 4C, CC and B1. RGB value is (76,204,177). Sum of RGB (Red+Green+Blue) = 76+204+177=457 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.63% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 177 (69.53% from 255 or 38.73% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCCB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCCB1 is #B3334E. Grayscale: #A2A2A2. Windows color (decimal): -11744079 or 11652172. OLE color: 11652172.
HSL color Cylindrical-coordinate representation of color #4CCCB1: hue angle of 167.34º degrees, saturation: 0.56, 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 #4CCCB1 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 177 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.2 |
| HSL | 167.34º | 0.56% | 0.55% | - |
| HSV(B) | 167.34º | 0.63% | 0.8% | - |
| XYZ | 32.51 | 47.9 | 49.13 | - |
| YUV | 162.65 | 136.09 | 66.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 177 | 0.63 | 0 | 0.13 | 0.2 | 167.34 | 0.56 | 0.55 |
| Hex | 4C | CC | B1 | 3F | 0 | D | 14 | A7 | 38 | 37 |
| Octal | 114 | 314 | 261 | 77 | 0 | 15 | 24 | 247 | 70 | 67 |
| Binary | 1001100 | 11001100 | 10110001 | 111111 | 0 | 1101 | 10100 | 10100111 | 111000 | 110111 |
Color Harmonies of #4CCCB1
Complementary color
Monochromatic Colors of #4CCCB1
Black with #4CCCB1
Text Example
Text Example
White with #4CCCB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCB1; }
p { color: rgb(76,204,177); }
H1.HeaderClassName
{
color: #4CCCB1;
}
.AnyTagClassName
{
color: #4CCCB1;
}
</style>
background-color css
<style>
a { background-color: #4CCCB1; }
a { background-color: rgb(76,204,177); }
div.DivClassName
{
background-color: #4CCCB1;
}
.BgClassName
{
background-color: #4CCCB1;
}
</style>
border-color css
<style>
span { border-color: #4CCCB1; }
span { border-color: rgb(76,204,177); }
td.TdClassName
{
border-color: #4CCCB1;
}
.TagClassName
{
border-color: #4CCCB1;
}
</style>