Shades of Puerto Rico #4CBCAE
Tints of Puerto Rico #4CBCAE
RGB
CMYK
RGB Variations
Color information
#4CBCAE (or 0x4CBCAE) is known color: Puerto Rico. HEX triplet: 4C, BC and AE. RGB value is (76,188,174). Sum of RGB (Red+Green+Blue) = 76+188+174=438 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.35% from 438); Green value is 188 (73.83% from 255 or 42.92% from 438); Blue value is 174 (68.36% from 255 or 39.73% from 438); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBCAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBCAE is #B34351. Grayscale: #989898. Windows color (decimal): -11748178 or 11451468. OLE color: 11451468.
HSL color Cylindrical-coordinate representation of color #4CBCAE: hue angle of 172.5º 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 #4CBCAE is Cyan = 0.60, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 174 | - |
| CMYK | 0.60 | 0 | 0.07 | 0.26 |
| HSL | 172.5º | 0.46% | 0.52% | - |
| HSV(B) | 172.5º | 0.6% | 0.74% | - |
| XYZ | 28.6 | 40.56 | 46.37 | - |
| YUV | 152.92 | 139.89 | 73.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 174 | 0.60 | 0 | 0.07 | 0.26 | 172.5 | 0.46 | 0.52 |
| Hex | 4C | BC | AE | 3C | 0 | 7 | 1A | AC | 2E | 34 |
| Octal | 114 | 274 | 256 | 74 | 0 | 7 | 32 | 254 | 56 | 64 |
| Binary | 1001100 | 10111100 | 10101110 | 111100 | 0 | 111 | 11010 | 10101100 | 101110 | 110100 |
Color Harmonies of #4CBCAE
Complementary color
Monochromatic Colors of #4CBCAE
Black with #4CBCAE
Text Example
Text Example
White with #4CBCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBCAE; }
p { color: rgb(76,188,174); }
H1.HeaderClassName
{
color: #4CBCAE;
}
.AnyTagClassName
{
color: #4CBCAE;
}
</style>
background-color css
<style>
a { background-color: #4CBCAE; }
a { background-color: rgb(76,188,174); }
div.DivClassName
{
background-color: #4CBCAE;
}
.BgClassName
{
background-color: #4CBCAE;
}
</style>
border-color css
<style>
span { border-color: #4CBCAE; }
span { border-color: rgb(76,188,174); }
td.TdClassName
{
border-color: #4CBCAE;
}
.TagClassName
{
border-color: #4CBCAE;
}
</style>