Shades of Puerto Rico #4CCFB0
Tints of Puerto Rico #4CCFB0
RGB
CMYK
RGB Variations
Color information
#4CCFB0 (or 0x4CCFB0) is known color: Puerto Rico. HEX triplet: 4C, CF and B0. RGB value is (76,207,176). Sum of RGB (Red+Green+Blue) = 76+207+176=459 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.56% from 459); Green value is 207 (81.25% from 255 or 45.10% from 459); Blue value is 176 (69.14% from 255 or 38.34% from 459); Max value from RGB is 207 - color contains mainly: green. Hex color #4CCFB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCFB0 is #B3304F. Grayscale: #A4A4A4. Windows color (decimal): -11743312 or 11587404. OLE color: 11587404.
HSL color Cylindrical-coordinate representation of color #4CCFB0: hue angle of 165.8º 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 #4CCFB0 is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 207 | 176 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.19 |
| HSL | 165.8º | 0.58% | 0.55% | - |
| HSV(B) | 165.8º | 0.63% | 0.81% | - |
| XYZ | 33.13 | 49.3 | 48.84 | - |
| YUV | 164.3 | 134.6 | 65.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 207 | 176 | 0.63 | 0 | 0.15 | 0.19 | 165.8 | 0.58 | 0.55 |
| Hex | 4C | CF | B0 | 3F | 0 | F | 13 | A6 | 3A | 37 |
| Octal | 114 | 317 | 260 | 77 | 0 | 17 | 23 | 246 | 72 | 67 |
| Binary | 1001100 | 11001111 | 10110000 | 111111 | 0 | 1111 | 10011 | 10100110 | 111010 | 110111 |
Color Harmonies of #4CCFB0
Complementary color
Monochromatic Colors of #4CCFB0
Black with #4CCFB0
Text Example
Text Example
White with #4CCFB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCFB0; }
p { color: rgb(76,207,176); }
H1.HeaderClassName
{
color: #4CCFB0;
}
.AnyTagClassName
{
color: #4CCFB0;
}
</style>
background-color css
<style>
a { background-color: #4CCFB0; }
a { background-color: rgb(76,207,176); }
div.DivClassName
{
background-color: #4CCFB0;
}
.BgClassName
{
background-color: #4CCFB0;
}
</style>
border-color css
<style>
span { border-color: #4CCFB0; }
span { border-color: rgb(76,207,176); }
td.TdClassName
{
border-color: #4CCFB0;
}
.TagClassName
{
border-color: #4CCFB0;
}
</style>