Shades of Puerto Rico #4CBCAB
Tints of Puerto Rico #4CBCAB
RGB
CMYK
RGB Variations
Color information
#4CBCAB (or 0x4CBCAB) is known color: Puerto Rico. HEX triplet: 4C, BC and AB. RGB value is (76,188,171). Sum of RGB (Red+Green+Blue) = 76+188+171=435 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.47% from 435); Green value is 188 (73.83% from 255 or 43.22% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBCAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBCAB is #B34354. Grayscale: #989898. Windows color (decimal): -11748181 or 11254860. OLE color: 11254860.
HSL color Cylindrical-coordinate representation of color #4CBCAB: hue angle of 170.89º 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 #4CBCAB is Cyan = 0.60, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 171 | - |
| CMYK | 0.60 | 0 | 0.09 | 0.26 |
| HSL | 170.89º | 0.46% | 0.52% | - |
| HSV(B) | 170.89º | 0.6% | 0.74% | - |
| XYZ | 28.31 | 40.44 | 44.84 | - |
| YUV | 152.57 | 138.39 | 73.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 171 | 0.60 | 0 | 0.09 | 0.26 | 170.89 | 0.46 | 0.52 |
| Hex | 4C | BC | AB | 3C | 0 | 9 | 1A | AB | 2E | 34 |
| Octal | 114 | 274 | 253 | 74 | 0 | 11 | 32 | 253 | 56 | 64 |
| Binary | 1001100 | 10111100 | 10101011 | 111100 | 0 | 1001 | 11010 | 10101011 | 101110 | 110100 |
Color Harmonies of #4CBCAB
Complementary color
Monochromatic Colors of #4CBCAB
Black with #4CBCAB
Text Example
Text Example
White with #4CBCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBCAB; }
p { color: rgb(76,188,171); }
H1.HeaderClassName
{
color: #4CBCAB;
}
.AnyTagClassName
{
color: #4CBCAB;
}
</style>
background-color css
<style>
a { background-color: #4CBCAB; }
a { background-color: rgb(76,188,171); }
div.DivClassName
{
background-color: #4CBCAB;
}
.BgClassName
{
background-color: #4CBCAB;
}
</style>
border-color css
<style>
span { border-color: #4CBCAB; }
span { border-color: rgb(76,188,171); }
td.TdClassName
{
border-color: #4CBCAB;
}
.TagClassName
{
border-color: #4CBCAB;
}
</style>