Shades of Puerto Rico #4CCCAD
Tints of Puerto Rico #4CCCAD
RGB
CMYK
RGB Variations
Color information
#4CCCAD (or 0x4CCCAD) is known color: Puerto Rico. HEX triplet: 4C, CC and AD. RGB value is (76,204,173). Sum of RGB (Red+Green+Blue) = 76+204+173=453 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.78% from 453); Green value is 204 (80.08% from 255 or 45.03% from 453); Blue value is 173 (67.97% from 255 or 38.19% from 453); Max value from RGB is 204 - color contains mainly: green. Hex color #4CCCAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCCAD is #B33352. Grayscale: #A2A2A2. Windows color (decimal): -11744083 or 11390028. OLE color: 11390028.
HSL color Cylindrical-coordinate representation of color #4CCCAD: hue angle of 165.47º 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 #4CCCAD is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 76 | 204 | 173 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.2 |
| HSL | 165.47º | 0.56% | 0.55% | - |
| HSV(B) | 165.47º | 0.63% | 0.8% | - |
| XYZ | 32.12 | 47.74 | 47.06 | - |
| YUV | 162.19 | 134.09 | 66.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 204 | 173 | 0.63 | 0 | 0.15 | 0.2 | 165.47 | 0.56 | 0.55 |
| Hex | 4C | CC | AD | 3F | 0 | F | 14 | A5 | 38 | 37 |
| Octal | 114 | 314 | 255 | 77 | 0 | 17 | 24 | 245 | 70 | 67 |
| Binary | 1001100 | 11001100 | 10101101 | 111111 | 0 | 1111 | 10100 | 10100101 | 111000 | 110111 |
Color Harmonies of #4CCCAD
Complementary color
Monochromatic Colors of #4CCCAD
Black with #4CCCAD
Text Example
Text Example
White with #4CCCAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCCAD; }
p { color: rgb(76,204,173); }
H1.HeaderClassName
{
color: #4CCCAD;
}
.AnyTagClassName
{
color: #4CCCAD;
}
</style>
background-color css
<style>
a { background-color: #4CCCAD; }
a { background-color: rgb(76,204,173); }
div.DivClassName
{
background-color: #4CCCAD;
}
.BgClassName
{
background-color: #4CCCAD;
}
</style>
border-color css
<style>
span { border-color: #4CCCAD; }
span { border-color: rgb(76,204,173); }
td.TdClassName
{
border-color: #4CCCAD;
}
.TagClassName
{
border-color: #4CCCAD;
}
</style>