Shades of Puerto Rico #4CCAB4
Tints of Puerto Rico #4CCAB4
RGB
CMYK
RGB Variations
Color information
#4CCAB4 (or 0x4CCAB4) is known color: Puerto Rico. HEX triplet: 4C, CA and B4. RGB value is (76,202,180). Sum of RGB (Red+Green+Blue) = 76+202+180=458 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.59% from 458); Green value is 202 (79.30% from 255 or 44.10% from 458); Blue value is 180 (70.70% from 255 or 39.30% from 458); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCAB4 is not a web safe color. Web safe color analog (approx): #33CCCC. Inversed color of #4CCAB4 is #B3354B. Grayscale: #A1A1A1. Windows color (decimal): -11744588 or 11848268. OLE color: 11848268.
HSL color Cylindrical-coordinate representation of color #4CCAB4: hue angle of 169.52º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CCAB4 is Cyan = 0.62, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 202 | 180 | - |
| CMYK | 0.62 | 0 | 0.11 | 0.21 |
| HSL | 169.52º | 0.54% | 0.55% | - |
| HSV(B) | 169.52º | 0.62% | 0.79% | - |
| XYZ | 32.34 | 47.07 | 50.56 | - |
| YUV | 161.82 | 138.26 | 66.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 202 | 180 | 0.62 | 0 | 0.11 | 0.21 | 169.52 | 0.54 | 0.55 |
| Hex | 4C | CA | B4 | 3E | 0 | B | 15 | AA | 36 | 37 |
| Octal | 114 | 312 | 264 | 76 | 0 | 13 | 25 | 252 | 66 | 67 |
| Binary | 1001100 | 11001010 | 10110100 | 111110 | 0 | 1011 | 10101 | 10101010 | 110110 | 110111 |
Color Harmonies of #4CCAB4
Complementary color
Monochromatic Colors of #4CCAB4
Black with #4CCAB4
Text Example
Text Example
White with #4CCAB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCAB4; }
p { color: rgb(76,202,180); }
H1.HeaderClassName
{
color: #4CCAB4;
}
.AnyTagClassName
{
color: #4CCAB4;
}
</style>
background-color css
<style>
a { background-color: #4CCAB4; }
a { background-color: rgb(76,202,180); }
div.DivClassName
{
background-color: #4CCAB4;
}
.BgClassName
{
background-color: #4CCAB4;
}
</style>
border-color css
<style>
span { border-color: #4CCAB4; }
span { border-color: rgb(76,202,180); }
td.TdClassName
{
border-color: #4CCAB4;
}
.TagClassName
{
border-color: #4CCAB4;
}
</style>