Shades of Puerto Rico #4CB09F
Tints of Puerto Rico #4CB09F
RGB
CMYK
RGB Variations
Color information
#4CB09F (or 0x4CB09F) is known color: Puerto Rico. HEX triplet: 4C, B0 and 9F. RGB value is (76,176,159). Sum of RGB (Red+Green+Blue) = 76+176+159=411 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.49% from 411); Green value is 176 (69.14% from 255 or 42.82% from 411); Blue value is 159 (62.5% from 255 or 38.69% from 411); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB09F is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CB09F is #B34F60. Grayscale: #909090. Windows color (decimal): -11751265 or 10465356. OLE color: 10465356.
HSL color Cylindrical-coordinate representation of color #4CB09F: hue angle of 169.8º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4CB09F is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 176 | 159 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.31 |
| HSL | 169.8º | 0.4% | 0.49% | - |
| HSV(B) | 169.8º | 0.57% | 0.69% | - |
| XYZ | 24.76 | 35.09 | 38.27 | - |
| YUV | 144.16 | 136.37 | 79.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 176 | 159 | 0.57 | 0 | 0.10 | 0.31 | 169.8 | 0.4 | 0.49 |
| Hex | 4C | B0 | 9F | 39 | 0 | A | 1F | AA | 28 | 31 |
| Octal | 114 | 260 | 237 | 71 | 0 | 12 | 37 | 252 | 50 | 61 |
| Binary | 1001100 | 10110000 | 10011111 | 111001 | 0 | 1010 | 11111 | 10101010 | 101000 | 110001 |
Color Harmonies of #4CB09F
Complementary color
Monochromatic Colors of #4CB09F
Black with #4CB09F
Text Example
Text Example
White with #4CB09F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB09F; }
p { color: rgb(76,176,159); }
H1.HeaderClassName
{
color: #4CB09F;
}
.AnyTagClassName
{
color: #4CB09F;
}
</style>
background-color css
<style>
a { background-color: #4CB09F; }
a { background-color: rgb(76,176,159); }
div.DivClassName
{
background-color: #4CB09F;
}
.BgClassName
{
background-color: #4CB09F;
}
</style>
border-color css
<style>
span { border-color: #4CB09F; }
span { border-color: rgb(76,176,159); }
td.TdClassName
{
border-color: #4CB09F;
}
.TagClassName
{
border-color: #4CB09F;
}
</style>