Shades of Puerto Rico #4CBC9A
Tints of Puerto Rico #4CBC9A
RGB
CMYK
RGB Variations
Color information
#4CBC9A (or 0x4CBC9A) is known color: Puerto Rico. HEX triplet: 4C, BC and 9A. RGB value is (76,188,154). Sum of RGB (Red+Green+Blue) = 76+188+154=418 (55% of max value = 765). Red value is 76 (30.08% from 255 or 18.18% from 418); Green value is 188 (73.83% from 255 or 44.98% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 188 - color contains mainly: green. Hex color #4CBC9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4CBC9A is #B34365. Grayscale: #969696. Windows color (decimal): -11748198 or 10140748. OLE color: 10140748.
HSL color Cylindrical-coordinate representation of color #4CBC9A: hue angle of 161.79º 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 #4CBC9A is Cyan = 0.60, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 76 | 188 | 154 | - |
| CMYK | 0.60 | 0 | 0.18 | 0.26 |
| HSL | 161.79º | 0.46% | 0.52% | - |
| HSV(B) | 161.79º | 0.6% | 0.74% | - |
| XYZ | 26.8 | 39.84 | 36.85 | - |
| YUV | 150.64 | 129.89 | 74.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 188 | 154 | 0.60 | 0 | 0.18 | 0.26 | 161.79 | 0.46 | 0.52 |
| Hex | 4C | BC | 9A | 3C | 0 | 12 | 1A | A2 | 2E | 34 |
| Octal | 114 | 274 | 232 | 74 | 0 | 22 | 32 | 242 | 56 | 64 |
| Binary | 1001100 | 10111100 | 10011010 | 111100 | 0 | 10010 | 11010 | 10100010 | 101110 | 110100 |
Color Harmonies of #4CBC9A
Complementary color
Monochromatic Colors of #4CBC9A
Black with #4CBC9A
Text Example
Text Example
White with #4CBC9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CBC9A; }
p { color: rgb(76,188,154); }
H1.HeaderClassName
{
color: #4CBC9A;
}
.AnyTagClassName
{
color: #4CBC9A;
}
</style>
background-color css
<style>
a { background-color: #4CBC9A; }
a { background-color: rgb(76,188,154); }
div.DivClassName
{
background-color: #4CBC9A;
}
.BgClassName
{
background-color: #4CBC9A;
}
</style>
border-color css
<style>
span { border-color: #4CBC9A; }
span { border-color: rgb(76,188,154); }
td.TdClassName
{
border-color: #4CBC9A;
}
.TagClassName
{
border-color: #4CBC9A;
}
</style>