Shades of Puerto Rico #4BCDA2
Tints of Puerto Rico #4BCDA2
RGB
CMYK
RGB Variations
Color information
#4BCDA2 (or 0x4BCDA2) is known color: Puerto Rico. HEX triplet: 4B, CD and A2. RGB value is (75,205,162). Sum of RGB (Red+Green+Blue) = 75+205+162=442 (58% of max value = 765). Red value is 75 (29.69% from 255 or 16.97% from 442); Green value is 205 (80.47% from 255 or 46.38% from 442); Blue value is 162 (63.67% from 255 or 36.65% from 442); Max value from RGB is 205 - color contains mainly: green. Hex color #4BCDA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCDA2 is #B4325D. Grayscale: #A1A1A1. Windows color (decimal): -11809374 or 10669387. OLE color: 10669387.
HSL color Cylindrical-coordinate representation of color #4BCDA2: hue angle of 160.15º degrees, saturation: 0.57, 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 #4BCDA2 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 75 | 205 | 162 | - |
| CMYK | 0.63 | 0 | 0.21 | 0.20 |
| HSL | 160.15º | 0.57% | 0.55% | - |
| HSV(B) | 160.15º | 0.63% | 0.8% | - |
| XYZ | 31.25 | 47.77 | 41.76 | - |
| YUV | 161.23 | 128.43 | 66.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 205 | 162 | 0.63 | 0 | 0.21 | 0.20 | 160.15 | 0.57 | 0.55 |
| Hex | 4B | CD | A2 | 3F | 0 | 15 | 14 | A0 | 39 | 37 |
| Octal | 113 | 315 | 242 | 77 | 0 | 25 | 24 | 240 | 71 | 67 |
| Binary | 1001011 | 11001101 | 10100010 | 111111 | 0 | 10101 | 10100 | 10100000 | 111001 | 110111 |
Color Harmonies of #4BCDA2
Complementary color
Monochromatic Colors of #4BCDA2
Black with #4BCDA2
Text Example
Text Example
White with #4BCDA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCDA2; }
p { color: rgb(75,205,162); }
H1.HeaderClassName
{
color: #4BCDA2;
}
.AnyTagClassName
{
color: #4BCDA2;
}
</style>
background-color css
<style>
a { background-color: #4BCDA2; }
a { background-color: rgb(75,205,162); }
div.DivClassName
{
background-color: #4BCDA2;
}
.BgClassName
{
background-color: #4BCDA2;
}
</style>
border-color css
<style>
span { border-color: #4BCDA2; }
span { border-color: rgb(75,205,162); }
td.TdClassName
{
border-color: #4BCDA2;
}
.TagClassName
{
border-color: #4BCDA2;
}
</style>