Shades of Puerto Rico #4CCEAF
Tints of Puerto Rico #4CCEAF
RGB
CMYK
RGB Variations
Color information
#4CCEAF (or 0x4CCEAF) is known color: Puerto Rico. HEX triplet: 4C, CE and AF. RGB value is (76,206,175). Sum of RGB (Red+Green+Blue) = 76+206+175=457 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.63% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 175 (68.75% from 255 or 38.29% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #4CCEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCEAF is #B33150. Grayscale: #A3A3A3. Windows color (decimal): -11743569 or 11521612. OLE color: 11521612.
HSL color Cylindrical-coordinate representation of color #4CCEAF: hue angle of 165.69º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #4CCEAF is Cyan = 0.63, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 206 | 175 | - |
| CMYK | 0.63 | 0 | 0.15 | 0.19 |
| HSL | 165.69º | 0.57% | 0.55% | - |
| HSV(B) | 165.69º | 0.63% | 0.81% | - |
| XYZ | 32.79 | 48.77 | 48.24 | - |
| YUV | 163.6 | 134.43 | 65.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 206 | 175 | 0.63 | 0 | 0.15 | 0.19 | 165.69 | 0.57 | 0.55 |
| Hex | 4C | CE | AF | 3F | 0 | F | 13 | A6 | 39 | 37 |
| Octal | 114 | 316 | 257 | 77 | 0 | 17 | 23 | 246 | 71 | 67 |
| Binary | 1001100 | 11001110 | 10101111 | 111111 | 0 | 1111 | 10011 | 10100110 | 111001 | 110111 |
Color Harmonies of #4CCEAF
Complementary color
Monochromatic Colors of #4CCEAF
Black with #4CCEAF
Text Example
Text Example
White with #4CCEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCEAF; }
p { color: rgb(76,206,175); }
H1.HeaderClassName
{
color: #4CCEAF;
}
.AnyTagClassName
{
color: #4CCEAF;
}
</style>
background-color css
<style>
a { background-color: #4CCEAF; }
a { background-color: rgb(76,206,175); }
div.DivClassName
{
background-color: #4CCEAF;
}
.BgClassName
{
background-color: #4CCEAF;
}
</style>
border-color css
<style>
span { border-color: #4CCEAF; }
span { border-color: rgb(76,206,175); }
td.TdClassName
{
border-color: #4CCEAF;
}
.TagClassName
{
border-color: #4CCEAF;
}
</style>