Shades of Puerto Rico #4CBCB6
Tints of Puerto Rico #4CBCB6
RGB
CMYK
RGB Variations
Color information
#4CBCB6 (or 0x4CBCB6) is known color: Puerto Rico. HEX triplet: 4C, BC and B6. RGB value is (76,188,182). Sum of RGB (Red+Green+Blue) = 76+188+182=446 (59% of max value = 765). Red value is 76 (30.08% from 255 or 17.04% from 446); Green value is 188 (73.83% from 255 or 42.15% from 446); Blue value is 182 (71.48% from 255 or 40.81% from 446); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBCB6 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CBCB6 is #B34349. Grayscale: #999999. Windows color (decimal): -11748170 or 11975756. OLE color: 11975756.
HSL color Cylindrical-coordinate representation of color #4CBCB6: hue angle of 176.79º 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 #4CBCB6 is Cyan = 0.60, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 182 | - |
| CMYK | 0.60 | 0 | 0.03 | 0.26 |
| HSL | 176.79º | 0.46% | 0.52% | - |
| HSV(B) | 176.79º | 0.6% | 0.74% | - |
| XYZ | 29.41 | 40.88 | 50.6 | - |
| YUV | 153.83 | 143.89 | 72.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 182 | 0.60 | 0 | 0.03 | 0.26 | 176.79 | 0.46 | 0.52 |
| Hex | 4C | BC | B6 | 3C | 0 | 3 | 1A | B1 | 2E | 34 |
| Octal | 114 | 274 | 266 | 74 | 0 | 3 | 32 | 261 | 56 | 64 |
| Binary | 1001100 | 10111100 | 10110110 | 111100 | 0 | 11 | 11010 | 10110001 | 101110 | 110100 |
Color Harmonies of #4CBCB6
Complementary color
Monochromatic Colors of #4CBCB6
Black with #4CBCB6
Text Example
Text Example
White with #4CBCB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBCB6; }
p { color: rgb(76,188,182); }
H1.HeaderClassName
{
color: #4CBCB6;
}
.AnyTagClassName
{
color: #4CBCB6;
}
</style>
background-color css
<style>
a { background-color: #4CBCB6; }
a { background-color: rgb(76,188,182); }
div.DivClassName
{
background-color: #4CBCB6;
}
.BgClassName
{
background-color: #4CBCB6;
}
</style>
border-color css
<style>
span { border-color: #4CBCB6; }
span { border-color: rgb(76,188,182); }
td.TdClassName
{
border-color: #4CBCB6;
}
.TagClassName
{
border-color: #4CBCB6;
}
</style>