Shades of Puerto Rico #4CBFA2
Tints of Puerto Rico #4CBFA2
RGB
CMYK
RGB Variations
Color information
#4CBFA2 (or 0x4CBFA2) is known color: Puerto Rico. HEX triplet: 4C, BF and A2. RGB value is (76,191,162). Sum of RGB (Red+Green+Blue) = 76+191+162=429 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.72% from 429); Green value is 191 (75% from 255 or 44.52% from 429); Blue value is 162 (63.67% from 255 or 37.76% from 429); Max value from RGB is 191 - color contains mainly: green. Hex color #4CBFA2 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBFA2 is #B3405D. Grayscale: #999999. Windows color (decimal): -11747422 or 10665804. OLE color: 10665804.
HSL color Cylindrical-coordinate representation of color #4CBFA2: hue angle of 164.87º degrees, saturation: 0.47, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4CBFA2 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 76 | 191 | 162 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.25 |
| HSL | 164.87º | 0.47% | 0.52% | - |
| HSV(B) | 164.87º | 0.6% | 0.75% | - |
| XYZ | 28.13 | 41.41 | 40.69 | - |
| YUV | 153.31 | 132.9 | 72.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 191 | 162 | 0.60 | 0 | 0.15 | 0.25 | 164.87 | 0.47 | 0.52 |
| Hex | 4C | BF | A2 | 3C | 0 | F | 19 | A5 | 2F | 34 |
| Octal | 114 | 277 | 242 | 74 | 0 | 17 | 31 | 245 | 57 | 64 |
| Binary | 1001100 | 10111111 | 10100010 | 111100 | 0 | 1111 | 11001 | 10100101 | 101111 | 110100 |
Color Harmonies of #4CBFA2
Complementary color
Monochromatic Colors of #4CBFA2
Black with #4CBFA2
Text Example
Text Example
White with #4CBFA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBFA2; }
p { color: rgb(76,191,162); }
H1.HeaderClassName
{
color: #4CBFA2;
}
.AnyTagClassName
{
color: #4CBFA2;
}
</style>
background-color css
<style>
a { background-color: #4CBFA2; }
a { background-color: rgb(76,191,162); }
div.DivClassName
{
background-color: #4CBFA2;
}
.BgClassName
{
background-color: #4CBFA2;
}
</style>
border-color css
<style>
span { border-color: #4CBFA2; }
span { border-color: rgb(76,191,162); }
td.TdClassName
{
border-color: #4CBFA2;
}
.TagClassName
{
border-color: #4CBFA2;
}
</style>