Shades of Puerto Rico #4CBDA0
Tints of Puerto Rico #4CBDA0
RGB
CMYK
RGB Variations
Color information
#4CBDA0 (or 0x4CBDA0) is known color: Puerto Rico. HEX triplet: 4C, BD and A0. RGB value is (76,189,160). Sum of RGB (Red+Green+Blue) = 76+189+160=425 (56% of max value = 765). Red value is 76 (30.08% from 255 or 17.88% from 425); Green value is 189 (74.22% from 255 or 44.47% from 425); Blue value is 160 (62.89% from 255 or 37.65% from 425); Max value from RGB is 189 - color contains mainly: green. Hex color #4CBDA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBDA0 is #B3425F. Grayscale: #979797. Windows color (decimal): -11747936 or 10534220. OLE color: 10534220.
HSL color Cylindrical-coordinate representation of color #4CBDA0: hue angle of 164.6º 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 #4CBDA0 is Cyan = 0.60, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 189 | 160 | - |
| CMYK | 0.60 | 0 | 0.15 | 0.26 |
| HSL | 164.6º | 0.46% | 0.52% | - |
| HSV(B) | 164.6º | 0.6% | 0.74% | - |
| XYZ | 27.52 | 40.47 | 39.62 | - |
| YUV | 151.91 | 132.56 | 73.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 189 | 160 | 0.60 | 0 | 0.15 | 0.26 | 164.6 | 0.46 | 0.52 |
| Hex | 4C | BD | A0 | 3C | 0 | F | 1A | A5 | 2E | 34 |
| Octal | 114 | 275 | 240 | 74 | 0 | 17 | 32 | 245 | 56 | 64 |
| Binary | 1001100 | 10111101 | 10100000 | 111100 | 0 | 1111 | 11010 | 10100101 | 101110 | 110100 |
Color Harmonies of #4CBDA0
Complementary color
Monochromatic Colors of #4CBDA0
Black with #4CBDA0
Text Example
Text Example
White with #4CBDA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBDA0; }
p { color: rgb(76,189,160); }
H1.HeaderClassName
{
color: #4CBDA0;
}
.AnyTagClassName
{
color: #4CBDA0;
}
</style>
background-color css
<style>
a { background-color: #4CBDA0; }
a { background-color: rgb(76,189,160); }
div.DivClassName
{
background-color: #4CBDA0;
}
.BgClassName
{
background-color: #4CBDA0;
}
</style>
border-color css
<style>
span { border-color: #4CBDA0; }
span { border-color: rgb(76,189,160); }
td.TdClassName
{
border-color: #4CBDA0;
}
.TagClassName
{
border-color: #4CBDA0;
}
</style>