Shades of Puerto Rico #4CBF9B
Tints of Puerto Rico #4CBF9B
RGB
CMYK
RGB Variations
Color information
#4CBF9B (or 0x4CBF9B) is known color: Puerto Rico. HEX triplet: 4C, BF and 9B. RGB value is (76,191,155). Sum of RGB (Red+Green+Blue) = 76+191+155=422 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.01% from 422); Green value is 191 (75% from 255 or 45.26% from 422); Blue value is 155 (60.94% from 255 or 36.73% from 422); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBF9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBF9B is #B34064. Grayscale: #989898. Windows color (decimal): -11747429 or 10207052. OLE color: 10207052.
HSL color Cylindrical-coordinate representation of color #4CBF9B: hue angle of 161.22º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBF9B is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 191 | 155 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.25 |
| HSL | 161.22º | 0.47% | 0.52% | - |
| HSV(B) | 161.22º | 0.6% | 0.75% | - |
| XYZ | 27.53 | 41.16 | 37.51 | - |
| YUV | 152.51 | 129.4 | 73.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 155 | 0.60 | 0 | 0.19 | 0.25 | 161.22 | 0.47 | 0.52 |
| Hex | 4C | BF | 9B | 3C | 0 | 13 | 19 | A1 | 2F | 34 |
| Octal | 114 | 277 | 233 | 74 | 0 | 23 | 31 | 241 | 57 | 64 |
| Binary | 1001100 | 10111111 | 10011011 | 111100 | 0 | 10011 | 11001 | 10100001 | 101111 | 110100 |
Color Harmonies of #4CBF9B
Complementary color
Monochromatic Colors of #4CBF9B
Black with #4CBF9B
Text Example
Text Example
White with #4CBF9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBF9B; }
p { color: rgb(76,191,155); }
H1.HeaderClassName
{
color: #4CBF9B;
}
.AnyTagClassName
{
color: #4CBF9B;
}
</style>
background-color css
<style>
a { background-color: #4CBF9B; }
a { background-color: rgb(76,191,155); }
div.DivClassName
{
background-color: #4CBF9B;
}
.BgClassName
{
background-color: #4CBF9B;
}
</style>
border-color css
<style>
span { border-color: #4CBF9B; }
span { border-color: rgb(76,191,155); }
td.TdClassName
{
border-color: #4CBF9B;
}
.TagClassName
{
border-color: #4CBF9B;
}
</style>