Shades of Puerto Rico #4CCDAC
Tints of Puerto Rico #4CCDAC
RGB
CMYK
RGB Variations
Color information
#4CCDAC (or 0x4CCDAC) is known color: Puerto Rico. HEX triplet: 4C, CD and AC. RGB value is (76,205,172). Sum of RGB (Red+Green+Blue) = 76+205+172=453 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.78% from 453); Green value is 205 (80.47% from 255 or 45.25% from 453); Blue value is 172 (67.58% from 255 or 37.97% from 453); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCDAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCDAC is #B33253. Grayscale: #A2A2A2. Windows color (decimal): -11743828 or 11324748. OLE color: 11324748.
HSL color Cylindrical-coordinate representation of color #4CCDAC: hue angle of 164.65º 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 #4CCDAC is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 205 | 172 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.20 |
| HSL | 164.65º | 0.56% | 0.55% | - |
| HSV(B) | 164.65º | 0.63% | 0.8% | - |
| XYZ | 32.26 | 48.18 | 46.63 | - |
| YUV | 162.67 | 133.26 | 66.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 205 | 172 | 0.63 | 0 | 0.16 | 0.20 | 164.65 | 0.56 | 0.55 |
| Hex | 4C | CD | AC | 3F | 0 | 10 | 14 | A5 | 38 | 37 |
| Octal | 114 | 315 | 254 | 77 | 0 | 20 | 24 | 245 | 70 | 67 |
| Binary | 1001100 | 11001101 | 10101100 | 111111 | 0 | 10000 | 10100 | 10100101 | 111000 | 110111 |
Color Harmonies of #4CCDAC
Complementary color
Monochromatic Colors of #4CCDAC
Black with #4CCDAC
Text Example
Text Example
White with #4CCDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCDAC; }
p { color: rgb(76,205,172); }
H1.HeaderClassName
{
color: #4CCDAC;
}
.AnyTagClassName
{
color: #4CCDAC;
}
</style>
background-color css
<style>
a { background-color: #4CCDAC; }
a { background-color: rgb(76,205,172); }
div.DivClassName
{
background-color: #4CCDAC;
}
.BgClassName
{
background-color: #4CCDAC;
}
</style>
border-color css
<style>
span { border-color: #4CCDAC; }
span { border-color: rgb(76,205,172); }
td.TdClassName
{
border-color: #4CCDAC;
}
.TagClassName
{
border-color: #4CCDAC;
}
</style>