Shades of Puerto Rico #4CC3B2
Tints of Puerto Rico #4CC3B2
RGB
CMYK
RGB Variations
Color information
#4CC3B2 (or 0x4CC3B2) is known color: Puerto Rico. HEX triplet: 4C, C3 and B2. RGB value is (76,195,178). Sum of RGB (Red+Green+Blue) = 76+195+178=449 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.93% from 449); Green value is 195 (76.56% from 255 or 43.43% from 449); Blue value is 178 (69.92% from 255 or 39.64% from 449); Max value from RGB is 195 - color contains mainly: green. Hex color #4CC3B2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC3B2 is #B33C4D. Grayscale: #9D9D9D. Windows color (decimal): -11746382 or 11715404. OLE color: 11715404.
HSL color Cylindrical-coordinate representation of color #4CC3B2: hue angle of 171.43º degrees, saturation: 0.5, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #4CC3B2 is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 76 | 195 | 178 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.24 |
| HSL | 171.43º | 0.5% | 0.53% | - |
| HSV(B) | 171.43º | 0.61% | 0.76% | - |
| XYZ | 30.53 | 43.78 | 48.96 | - |
| YUV | 157.48 | 139.58 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 195 | 178 | 0.61 | 0 | 0.09 | 0.24 | 171.43 | 0.5 | 0.53 |
| Hex | 4C | C3 | B2 | 3D | 0 | 9 | 18 | AB | 32 | 35 |
| Octal | 114 | 303 | 262 | 75 | 0 | 11 | 30 | 253 | 62 | 65 |
| Binary | 1001100 | 11000011 | 10110010 | 111101 | 0 | 1001 | 11000 | 10101011 | 110010 | 110101 |
Color Harmonies of #4CC3B2
Complementary color
Monochromatic Colors of #4CC3B2
Black with #4CC3B2
Text Example
Text Example
White with #4CC3B2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC3B2; }
p { color: rgb(76,195,178); }
H1.HeaderClassName
{
color: #4CC3B2;
}
.AnyTagClassName
{
color: #4CC3B2;
}
</style>
background-color css
<style>
a { background-color: #4CC3B2; }
a { background-color: rgb(76,195,178); }
div.DivClassName
{
background-color: #4CC3B2;
}
.BgClassName
{
background-color: #4CC3B2;
}
</style>
border-color css
<style>
span { border-color: #4CC3B2; }
span { border-color: rgb(76,195,178); }
td.TdClassName
{
border-color: #4CC3B2;
}
.TagClassName
{
border-color: #4CC3B2;
}
</style>