Shades of Puerto Rico #4BCCB2
Tints of Puerto Rico #4BCCB2
RGB
CMYK
RGB Variations
Color information
#4BCCB2 (or 0x4BCCB2) is known color: Puerto Rico. HEX triplet: 4B, CC and B2. RGB value is (75,204,178). Sum of RGB (Red+Green+Blue) = 75+204+178=457 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.41% from 457); Green value is 204 (80.08% from 255 or 44.64% from 457); Blue value is 178 (69.92% from 255 or 38.95% from 457); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCCB2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCCB2 is #B4334D. Grayscale: #A2A2A2. Windows color (decimal): -11809614 or 11717707. OLE color: 11717707.
HSL color Cylindrical-coordinate representation of color #4BCCB2: hue angle of 167.91º 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 #4BCCB2 is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 75 | 204 | 178 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.2 |
| HSL | 167.91º | 0.56% | 0.55% | - |
| HSV(B) | 167.91º | 0.63% | 0.8% | - |
| XYZ | 32.53 | 47.9 | 49.65 | - |
| YUV | 162.47 | 136.76 | 65.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 204 | 178 | 0.63 | 0 | 0.13 | 0.2 | 167.91 | 0.56 | 0.55 |
| Hex | 4B | CC | B2 | 3F | 0 | D | 14 | A8 | 38 | 37 |
| Octal | 113 | 314 | 262 | 77 | 0 | 15 | 24 | 250 | 70 | 67 |
| Binary | 1001011 | 11001100 | 10110010 | 111111 | 0 | 1101 | 10100 | 10101000 | 111000 | 110111 |
Color Harmonies of #4BCCB2
Complementary color
Monochromatic Colors of #4BCCB2
Black with #4BCCB2
Text Example
Text Example
White with #4BCCB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCCB2; }
p { color: rgb(75,204,178); }
H1.HeaderClassName
{
color: #4BCCB2;
}
.AnyTagClassName
{
color: #4BCCB2;
}
</style>
background-color css
<style>
a { background-color: #4BCCB2; }
a { background-color: rgb(75,204,178); }
div.DivClassName
{
background-color: #4BCCB2;
}
.BgClassName
{
background-color: #4BCCB2;
}
</style>
border-color css
<style>
span { border-color: #4BCCB2; }
span { border-color: rgb(75,204,178); }
td.TdClassName
{
border-color: #4BCCB2;
}
.TagClassName
{
border-color: #4BCCB2;
}
</style>