Shades of Puerto Rico #4BCCAD
Tints of Puerto Rico #4BCCAD
RGB
CMYK
RGB Variations
Color information
#4BCCAD (or 0x4BCCAD) is known color: Puerto Rico. HEX triplet: 4B, CC and AD. RGB value is (75,204,173). Sum of RGB (Red+Green+Blue) = 75+204+173=452 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.59% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 173 (67.97% from 255 or 38.27% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #4BCCAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCCAD is #B43352. Grayscale: #A1A1A1. Windows color (decimal): -11809619 or 11390027. OLE color: 11390027.
HSL color Cylindrical-coordinate representation of color #4BCCAD: hue angle of 165.58º 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 #4BCCAD is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 75 | 204 | 173 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.2 |
| HSL | 165.58º | 0.56% | 0.55% | - |
| HSV(B) | 165.58º | 0.63% | 0.8% | - |
| XYZ | 32.04 | 47.7 | 47.05 | - |
| YUV | 161.9 | 134.26 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 204 | 173 | 0.63 | 0 | 0.15 | 0.2 | 165.58 | 0.56 | 0.55 |
| Hex | 4B | CC | AD | 3F | 0 | F | 14 | A6 | 38 | 37 |
| Octal | 113 | 314 | 255 | 77 | 0 | 17 | 24 | 246 | 70 | 67 |
| Binary | 1001011 | 11001100 | 10101101 | 111111 | 0 | 1111 | 10100 | 10100110 | 111000 | 110111 |
Color Harmonies of #4BCCAD
Complementary color
Monochromatic Colors of #4BCCAD
Black with #4BCCAD
Text Example
Text Example
White with #4BCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCCAD; }
p { color: rgb(75,204,173); }
H1.HeaderClassName
{
color: #4BCCAD;
}
.AnyTagClassName
{
color: #4BCCAD;
}
</style>
background-color css
<style>
a { background-color: #4BCCAD; }
a { background-color: rgb(75,204,173); }
div.DivClassName
{
background-color: #4BCCAD;
}
.BgClassName
{
background-color: #4BCCAD;
}
</style>
border-color css
<style>
span { border-color: #4BCCAD; }
span { border-color: rgb(75,204,173); }
td.TdClassName
{
border-color: #4BCCAD;
}
.TagClassName
{
border-color: #4BCCAD;
}
</style>