Shades of Puerto Rico #4CCDAE
Tints of Puerto Rico #4CCDAE
RGB
CMYK
RGB Variations
Color information
#4CCDAE (or 0x4CCDAE) is known color: Puerto Rico. HEX triplet: 4C, CD and AE. RGB value is (76,205,174). Sum of RGB (Red+Green+Blue) = 76+205+174=455 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.70% from 455); Green value is 205 (80.47% from 255 or 45.05% from 455); Blue value is 174 (68.36% from 255 or 38.24% from 455); Max value from RGB is 205 - color contains mainly: green. Hex color #4CCDAE is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCDAE is #B33251. Grayscale: #A2A2A2. Windows color (decimal): -11743826 or 11455820. OLE color: 11455820.
HSL color Cylindrical-coordinate representation of color #4CCDAE: 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 #4CCDAE is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 76 | 205 | 174 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.20 |
| HSL | 165.58º | 0.56% | 0.55% | - |
| HSV(B) | 165.58º | 0.63% | 0.8% | - |
| XYZ | 32.45 | 48.26 | 47.65 | - |
| YUV | 162.9 | 134.26 | 66.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 205 | 174 | 0.63 | 0 | 0.15 | 0.20 | 165.58 | 0.56 | 0.55 |
| Hex | 4C | CD | AE | 3F | 0 | F | 14 | A6 | 38 | 37 |
| Octal | 114 | 315 | 256 | 77 | 0 | 17 | 24 | 246 | 70 | 67 |
| Binary | 1001100 | 11001101 | 10101110 | 111111 | 0 | 1111 | 10100 | 10100110 | 111000 | 110111 |
Color Harmonies of #4CCDAE
Complementary color
Monochromatic Colors of #4CCDAE
Black with #4CCDAE
Text Example
Text Example
White with #4CCDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCDAE; }
p { color: rgb(76,205,174); }
H1.HeaderClassName
{
color: #4CCDAE;
}
.AnyTagClassName
{
color: #4CCDAE;
}
</style>
background-color css
<style>
a { background-color: #4CCDAE; }
a { background-color: rgb(76,205,174); }
div.DivClassName
{
background-color: #4CCDAE;
}
.BgClassName
{
background-color: #4CCDAE;
}
</style>
border-color css
<style>
span { border-color: #4CCDAE; }
span { border-color: rgb(76,205,174); }
td.TdClassName
{
border-color: #4CCDAE;
}
.TagClassName
{
border-color: #4CCDAE;
}
</style>