Shades of Puerto Rico #4CC7A5
Tints of Puerto Rico #4CC7A5
RGB
CMYK
RGB Variations
Color information
#4CC7A5 (or 0x4CC7A5) is known color: Puerto Rico. HEX triplet: 4C, C7 and A5. RGB value is (76,199,165). Sum of RGB (Red+Green+Blue) = 76+199+165=440 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.27% from 440); Green value is 199 (78.12% from 255 or 45.23% from 440); Blue value is 165 (64.84% from 255 or 37.5% from 440); Max value from RGB is 199 - color contains mainly: green. Hex color #4CC7A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CC7A5 is #B3385A. Grayscale: #9E9E9E. Windows color (decimal): -11745371 or 10864460. OLE color: 10864460.
HSL color Cylindrical-coordinate representation of color #4CC7A5: hue angle of 163.41º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #4CC7A5 is Cyan = 0.62, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 76 | 199 | 165 | - |
| CMYK | 0.62 | 0 | 0.17 | 0.22 |
| HSL | 163.41º | 0.52% | 0.54% | - |
| HSV(B) | 163.41º | 0.62% | 0.78% | - |
| XYZ | 30.2 | 45.1 | 42.71 | - |
| YUV | 158.35 | 131.75 | 69.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 199 | 165 | 0.62 | 0 | 0.17 | 0.22 | 163.41 | 0.52 | 0.54 |
| Hex | 4C | C7 | A5 | 3E | 0 | 11 | 16 | A3 | 34 | 36 |
| Octal | 114 | 307 | 245 | 76 | 0 | 21 | 26 | 243 | 64 | 66 |
| Binary | 1001100 | 11000111 | 10100101 | 111110 | 0 | 10001 | 10110 | 10100011 | 110100 | 110110 |
Color Harmonies of #4CC7A5
Complementary color
Monochromatic Colors of #4CC7A5
Black with #4CC7A5
Text Example
Text Example
White with #4CC7A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CC7A5; }
p { color: rgb(76,199,165); }
H1.HeaderClassName
{
color: #4CC7A5;
}
.AnyTagClassName
{
color: #4CC7A5;
}
</style>
background-color css
<style>
a { background-color: #4CC7A5; }
a { background-color: rgb(76,199,165); }
div.DivClassName
{
background-color: #4CC7A5;
}
.BgClassName
{
background-color: #4CC7A5;
}
</style>
border-color css
<style>
span { border-color: #4CC7A5; }
span { border-color: rgb(76,199,165); }
td.TdClassName
{
border-color: #4CC7A5;
}
.TagClassName
{
border-color: #4CC7A5;
}
</style>