Shades of Puerto Rico #4CBCA8
Tints of Puerto Rico #4CBCA8
RGB
CMYK
RGB Variations
Color information
#4CBCA8 (or 0x4CBCA8) is known color: Puerto Rico. HEX triplet: 4C, BC and A8. RGB value is (76,188,168). Sum of RGB (Red+Green+Blue) = 76+188+168=432 (57% of max value = 765). Red value is 76 (30.08% from 255 or 17.59% from 432); Green value is 188 (73.83% from 255 or 43.52% from 432); Blue value is 168 (66.02% from 255 or 38.89% from 432); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBCA8 is #B34357. Grayscale: #989898. Windows color (decimal): -11748184 or 11058252. OLE color: 11058252.
HSL color Cylindrical-coordinate representation of color #4CBCA8: hue angle of 169.29º 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 #4CBCA8 is Cyan = 0.60, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 168 | - |
| CMYK | 0.60 | 0 | 0.11 | 0.26 |
| HSL | 169.29º | 0.46% | 0.52% | - |
| HSV(B) | 169.29º | 0.6% | 0.74% | - |
| XYZ | 28.03 | 40.33 | 43.35 | - |
| YUV | 152.23 | 136.89 | 73.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 168 | 0.60 | 0 | 0.11 | 0.26 | 169.29 | 0.46 | 0.52 |
| Hex | 4C | BC | A8 | 3C | 0 | B | 1A | A9 | 2E | 34 |
| Octal | 114 | 274 | 250 | 74 | 0 | 13 | 32 | 251 | 56 | 64 |
| Binary | 1001100 | 10111100 | 10101000 | 111100 | 0 | 1011 | 11010 | 10101001 | 101110 | 110100 |
Color Harmonies of #4CBCA8
Complementary color
Monochromatic Colors of #4CBCA8
Black with #4CBCA8
Text Example
Text Example
White with #4CBCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBCA8; }
p { color: rgb(76,188,168); }
H1.HeaderClassName
{
color: #4CBCA8;
}
.AnyTagClassName
{
color: #4CBCA8;
}
</style>
background-color css
<style>
a { background-color: #4CBCA8; }
a { background-color: rgb(76,188,168); }
div.DivClassName
{
background-color: #4CBCA8;
}
.BgClassName
{
background-color: #4CBCA8;
}
</style>
border-color css
<style>
span { border-color: #4CBCA8; }
span { border-color: rgb(76,188,168); }
td.TdClassName
{
border-color: #4CBCA8;
}
.TagClassName
{
border-color: #4CBCA8;
}
</style>