Shades of Puerto Rico #4CCEB1
Tints of Puerto Rico #4CCEB1
RGB
CMYK
RGB Variations
Color information
#4CCEB1 (or 0x4CCEB1) is known color: Puerto Rico. HEX triplet: 4C, CE and B1. RGB value is (76,206,177). Sum of RGB (Red+Green+Blue) = 76+206+177=459 (60% of max value = 765). Red value is 76 (30.08% from 255 or 16.56% from 459); Green value is 206 (80.86% from 255 or 44.88% from 459); Blue value is 177 (69.53% from 255 or 38.56% from 459); Max value from RGB is 206 - color contains mainly: green. Hex color #4CCEB1 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CCEB1 is #B3314E. Grayscale: #A3A3A3. Windows color (decimal): -11743567 or 11652684. OLE color: 11652684.
HSL color Cylindrical-coordinate representation of color #4CCEB1: hue angle of 166.62º 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 #4CCEB1 is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 76 | 206 | 177 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.19 |
| HSL | 166.62º | 0.57% | 0.55% | - |
| HSV(B) | 166.62º | 0.63% | 0.81% | - |
| XYZ | 32.99 | 48.85 | 49.29 | - |
| YUV | 163.82 | 135.43 | 65.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 206 | 177 | 0.63 | 0 | 0.14 | 0.19 | 166.62 | 0.57 | 0.55 |
| Hex | 4C | CE | B1 | 3F | 0 | E | 13 | A7 | 39 | 37 |
| Octal | 114 | 316 | 261 | 77 | 0 | 16 | 23 | 247 | 71 | 67 |
| Binary | 1001100 | 11001110 | 10110001 | 111111 | 0 | 1110 | 10011 | 10100111 | 111001 | 110111 |
Color Harmonies of #4CCEB1
Complementary color
Monochromatic Colors of #4CCEB1
Black with #4CCEB1
Text Example
Text Example
White with #4CCEB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CCEB1; }
p { color: rgb(76,206,177); }
H1.HeaderClassName
{
color: #4CCEB1;
}
.AnyTagClassName
{
color: #4CCEB1;
}
</style>
background-color css
<style>
a { background-color: #4CCEB1; }
a { background-color: rgb(76,206,177); }
div.DivClassName
{
background-color: #4CCEB1;
}
.BgClassName
{
background-color: #4CCEB1;
}
</style>
border-color css
<style>
span { border-color: #4CCEB1; }
span { border-color: rgb(76,206,177); }
td.TdClassName
{
border-color: #4CCEB1;
}
.TagClassName
{
border-color: #4CCEB1;
}
</style>