Shades of Puerto Rico #4BCCB0
Tints of Puerto Rico #4BCCB0
RGB
CMYK
RGB Variations
Color information
#4BCCB0 (or 0x4BCCB0) is known color: Puerto Rico. HEX triplet: 4B, CC and B0. RGB value is (75,204,176). Sum of RGB (Red+Green+Blue) = 75+204+176=455 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.48% from 455); Green value is 204 (80.08% from 255 or 44.84% from 455); Blue value is 176 (69.14% from 255 or 38.68% from 455); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCCB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCCB0 is #B4334F. Grayscale: #A2A2A2. Windows color (decimal): -11809616 or 11586635. OLE color: 11586635.
HSL color Cylindrical-coordinate representation of color #4BCCB0: hue angle of 166.98º degrees, saturation: 0.56, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4BCCB0 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 75 | 204 | 176 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.2 |
| HSL | 166.98º | 0.56% | 0.55% | - |
| HSV(B) | 166.98º | 0.63% | 0.8% | - |
| XYZ | 32.33 | 47.82 | 48.6 | - |
| YUV | 162.24 | 135.76 | 65.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 204 | 176 | 0.63 | 0 | 0.14 | 0.2 | 166.98 | 0.56 | 0.55 |
| Hex | 4B | CC | B0 | 3F | 0 | E | 14 | A7 | 38 | 37 |
| Octal | 113 | 314 | 260 | 77 | 0 | 16 | 24 | 247 | 70 | 67 |
| Binary | 1001011 | 11001100 | 10110000 | 111111 | 0 | 1110 | 10100 | 10100111 | 111000 | 110111 |
Color Harmonies of #4BCCB0
Complementary color
Monochromatic Colors of #4BCCB0
Black with #4BCCB0
Text Example
Text Example
White with #4BCCB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCCB0; }
p { color: rgb(75,204,176); }
H1.HeaderClassName
{
color: #4BCCB0;
}
.AnyTagClassName
{
color: #4BCCB0;
}
</style>
background-color css
<style>
a { background-color: #4BCCB0; }
a { background-color: rgb(75,204,176); }
div.DivClassName
{
background-color: #4BCCB0;
}
.BgClassName
{
background-color: #4BCCB0;
}
</style>
border-color css
<style>
span { border-color: #4BCCB0; }
span { border-color: rgb(75,204,176); }
td.TdClassName
{
border-color: #4BCCB0;
}
.TagClassName
{
border-color: #4BCCB0;
}
</style>