Shades of Puerto Rico #4CCAB2
Tints of Puerto Rico #4CCAB2
RGB
CMYK
RGB Variations
Color information
#4CCAB2 (or 0x4CCAB2) is known color: Puerto Rico. HEX triplet: 4C, CA and B2. RGB value is (76,202,178). Sum of RGB (Red+Green+Blue) = 76+202+178=456 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.67% from 456); Green value is 202 (79.30% from 255 or 44.30% from 456); Blue value is 178 (69.92% from 255 or 39.04% from 456); Max value from RGB is 202 - color contains mainly: green. Hex color #4CCAB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCAB2 is #B3354D. Grayscale: #A1A1A1. Windows color (decimal): -11744590 or 11717196. OLE color: 11717196.
HSL color Cylindrical-coordinate representation of color #4CCAB2: hue angle of 168.57º 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 #4CCAB2 is Cyan = 0.62, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 76 | 202 | 178 | - |
| CMYK | 0.62 | 0 | 0.12 | 0.21 |
| HSL | 168.57º | 0.54% | 0.55% | - |
| HSV(B) | 168.57º | 0.62% | 0.79% | - |
| XYZ | 32.14 | 46.99 | 49.5 | - |
| YUV | 161.59 | 137.26 | 66.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 202 | 178 | 0.62 | 0 | 0.12 | 0.21 | 168.57 | 0.54 | 0.55 |
| Hex | 4C | CA | B2 | 3E | 0 | C | 15 | A9 | 36 | 37 |
| Octal | 114 | 312 | 262 | 76 | 0 | 14 | 25 | 251 | 66 | 67 |
| Binary | 1001100 | 11001010 | 10110010 | 111110 | 0 | 1100 | 10101 | 10101001 | 110110 | 110111 |
Color Harmonies of #4CCAB2
Complementary color
Monochromatic Colors of #4CCAB2
Black with #4CCAB2
Text Example
Text Example
White with #4CCAB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCAB2; }
p { color: rgb(76,202,178); }
H1.HeaderClassName
{
color: #4CCAB2;
}
.AnyTagClassName
{
color: #4CCAB2;
}
</style>
background-color css
<style>
a { background-color: #4CCAB2; }
a { background-color: rgb(76,202,178); }
div.DivClassName
{
background-color: #4CCAB2;
}
.BgClassName
{
background-color: #4CCAB2;
}
</style>
border-color css
<style>
span { border-color: #4CCAB2; }
span { border-color: rgb(76,202,178); }
td.TdClassName
{
border-color: #4CCAB2;
}
.TagClassName
{
border-color: #4CCAB2;
}
</style>