Shades of Puerto Rico #4CCFA2
Tints of Puerto Rico #4CCFA2
RGB
CMYK
RGB Variations
Color information
#4CCFA2 (or 0x4CCFA2) is known color: Puerto Rico. HEX triplet: 4C, CF and A2. RGB value is (76,207,162). Sum of RGB (Red+Green+Blue) = 76+207+162=445 (58% of max value = 765). Red value is 76 (30.08% from 255 or 17.08% from 445); Green value is 207 (81.25% from 255 or 46.52% from 445); Blue value is 162 (63.67% from 255 or 36.40% from 445); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCFA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCFA2 is #B3305D. Grayscale: #A2A2A2. Windows color (decimal): -11743326 or 10669900. OLE color: 10669900.
HSL color Cylindrical-coordinate representation of color #4CCFA2: hue angle of 159.39º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCFA2 is Cyan = 0.63, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 207 | 162 | - |
| CMYK | 0.63 | 0 | 0.22 | 0.19 |
| HSL | 159.39º | 0.58% | 0.55% | - |
| HSV(B) | 159.39º | 0.63% | 0.81% | - |
| XYZ | 31.81 | 48.77 | 41.92 | - |
| YUV | 162.7 | 127.6 | 66.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 162 | 0.63 | 0 | 0.22 | 0.19 | 159.39 | 0.58 | 0.55 |
| Hex | 4C | CF | A2 | 3F | 0 | 16 | 13 | 9F | 3A | 37 |
| Octal | 114 | 317 | 242 | 77 | 0 | 26 | 23 | 237 | 72 | 67 |
| Binary | 1001100 | 11001111 | 10100010 | 111111 | 0 | 10110 | 10011 | 10011111 | 111010 | 110111 |
Color Harmonies of #4CCFA2
Complementary color
Monochromatic Colors of #4CCFA2
Black with #4CCFA2
Text Example
Text Example
White with #4CCFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCFA2; }
p { color: rgb(76,207,162); }
H1.HeaderClassName
{
color: #4CCFA2;
}
.AnyTagClassName
{
color: #4CCFA2;
}
</style>
background-color css
<style>
a { background-color: #4CCFA2; }
a { background-color: rgb(76,207,162); }
div.DivClassName
{
background-color: #4CCFA2;
}
.BgClassName
{
background-color: #4CCFA2;
}
</style>
border-color css
<style>
span { border-color: #4CCFA2; }
span { border-color: rgb(76,207,162); }
td.TdClassName
{
border-color: #4CCFA2;
}
.TagClassName
{
border-color: #4CCFA2;
}
</style>