Shades of Puerto Rico #4CCDAB
Tints of Puerto Rico #4CCDAB
RGB
CMYK
RGB Variations
Color information
#4CCDAB (or 0x4CCDAB) is known color: Puerto Rico. HEX triplet: 4C, CD and AB. RGB value is (76,205,171). Sum of RGB (Red+Green+Blue) = 76+205+171=452 (59% of max value = 765). Red value is 76 (30.08% from 255 or 16.81% from 452); Green value is 205 (80.47% from 255 or 45.35% from 452); Blue value is 171 (67.19% from 255 or 37.83% from 452); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCDAB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCDAB is #B33254. Grayscale: #A2A2A2. Windows color (decimal): -11743829 or 11259212. OLE color: 11259212.
HSL color Cylindrical-coordinate representation of color #4CCDAB: hue angle of 164.19º 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 #4CCDAB is Cyan = 0.63, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 205 | 171 | - |
| CMYK | 0.63 | 0 | 0.17 | 0.20 |
| HSL | 164.19º | 0.56% | 0.55% | - |
| HSV(B) | 164.19º | 0.63% | 0.8% | - |
| XYZ | 32.16 | 48.14 | 46.12 | - |
| YUV | 162.55 | 132.76 | 66.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 205 | 171 | 0.63 | 0 | 0.17 | 0.20 | 164.19 | 0.56 | 0.55 |
| Hex | 4C | CD | AB | 3F | 0 | 11 | 14 | A4 | 38 | 37 |
| Octal | 114 | 315 | 253 | 77 | 0 | 21 | 24 | 244 | 70 | 67 |
| Binary | 1001100 | 11001101 | 10101011 | 111111 | 0 | 10001 | 10100 | 10100100 | 111000 | 110111 |
Color Harmonies of #4CCDAB
Complementary color
Monochromatic Colors of #4CCDAB
Black with #4CCDAB
Text Example
Text Example
White with #4CCDAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCDAB; }
p { color: rgb(76,205,171); }
H1.HeaderClassName
{
color: #4CCDAB;
}
.AnyTagClassName
{
color: #4CCDAB;
}
</style>
background-color css
<style>
a { background-color: #4CCDAB; }
a { background-color: rgb(76,205,171); }
div.DivClassName
{
background-color: #4CCDAB;
}
.BgClassName
{
background-color: #4CCDAB;
}
</style>
border-color css
<style>
span { border-color: #4CCDAB; }
span { border-color: rgb(76,205,171); }
td.TdClassName
{
border-color: #4CCDAB;
}
.TagClassName
{
border-color: #4CCDAB;
}
</style>