Shades of Puerto Rico #4CBCA2
Tints of Puerto Rico #4CBCA2
RGB
CMYK
RGB Variations
Color information
#4CBCA2 (or 0x4CBCA2) is known color: Puerto Rico. HEX triplet: 4C, BC and A2. RGB value is (76,188,162). Sum of RGB (Red+Green+Blue) = 76+188+162=426 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.84% from 426); Green value is 188 (73.83% from 255 or 44.13% from 426); Blue value is 162 (63.67% from 255 or 38.03% from 426); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBCA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBCA2 is #B3435D. Grayscale: #979797. Windows color (decimal): -11748190 or 10665036. OLE color: 10665036.
HSL color Cylindrical-coordinate representation of color #4CBCA2: hue angle of 166.07º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBCA2 is Cyan = 0.60, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 162 | - |
| CMYK | 0.60 | 0 | 0.14 | 0.26 |
| HSL | 166.07º | 0.46% | 0.52% | - |
| HSV(B) | 166.07º | 0.6% | 0.74% | - |
| XYZ | 27.49 | 40.11 | 40.48 | - |
| YUV | 151.55 | 133.89 | 74.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 162 | 0.60 | 0 | 0.14 | 0.26 | 166.07 | 0.46 | 0.52 |
| Hex | 4C | BC | A2 | 3C | 0 | E | 1A | A6 | 2E | 34 |
| Octal | 114 | 274 | 242 | 74 | 0 | 16 | 32 | 246 | 56 | 64 |
| Binary | 1001100 | 10111100 | 10100010 | 111100 | 0 | 1110 | 11010 | 10100110 | 101110 | 110100 |
Color Harmonies of #4CBCA2
Complementary color
Monochromatic Colors of #4CBCA2
Black with #4CBCA2
Text Example
Text Example
White with #4CBCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBCA2; }
p { color: rgb(76,188,162); }
H1.HeaderClassName
{
color: #4CBCA2;
}
.AnyTagClassName
{
color: #4CBCA2;
}
</style>
background-color css
<style>
a { background-color: #4CBCA2; }
a { background-color: rgb(76,188,162); }
div.DivClassName
{
background-color: #4CBCA2;
}
.BgClassName
{
background-color: #4CBCA2;
}
</style>
border-color css
<style>
span { border-color: #4CBCA2; }
span { border-color: rgb(76,188,162); }
td.TdClassName
{
border-color: #4CBCA2;
}
.TagClassName
{
border-color: #4CBCA2;
}
</style>