Shades of Puerto Rico #4CB09E
Tints of Puerto Rico #4CB09E
RGB
CMYK
RGB Variations
Color information
#4CB09E (or 0x4CB09E) is known color: Puerto Rico. HEX triplet: 4C, B0 and 9E. RGB value is (76,176,158). Sum of RGB (Red+Green+Blue) = 76+176+158=410 (54% of max value = 765). Red value is 76 (30.08% from 255 or 18.54% from 410); Green value is 176 (69.14% from 255 or 42.93% from 410); Blue value is 158 (62.11% from 255 or 38.54% from 410); Max value from RGB is 176 - color contains mainly: green. Hex color #4CB09E is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CB09E is #B34F61. Grayscale: #909090. Windows color (decimal): -11751266 or 10399820. OLE color: 10399820.
HSL color Cylindrical-coordinate representation of color #4CB09E: hue angle of 169.2º 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 #4CB09E is Cyan = 0.57, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 76 | 176 | 158 | - |
| CMYK | 0.57 | 0 | 0.10 | 0.31 |
| HSL | 169.2º | 0.4% | 0.49% | - |
| HSV(B) | 169.2º | 0.57% | 0.69% | - |
| XYZ | 24.68 | 35.06 | 37.81 | - |
| YUV | 144.05 | 135.87 | 79.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 176 | 158 | 0.57 | 0 | 0.10 | 0.31 | 169.2 | 0.4 | 0.49 |
| Hex | 4C | B0 | 9E | 39 | 0 | A | 1F | A9 | 28 | 31 |
| Octal | 114 | 260 | 236 | 71 | 0 | 12 | 37 | 251 | 50 | 61 |
| Binary | 1001100 | 10110000 | 10011110 | 111001 | 0 | 1010 | 11111 | 10101001 | 101000 | 110001 |
Color Harmonies of #4CB09E
Complementary color
Monochromatic Colors of #4CB09E
Black with #4CB09E
Text Example
Text Example
White with #4CB09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CB09E; }
p { color: rgb(76,176,158); }
H1.HeaderClassName
{
color: #4CB09E;
}
.AnyTagClassName
{
color: #4CB09E;
}
</style>
background-color css
<style>
a { background-color: #4CB09E; }
a { background-color: rgb(76,176,158); }
div.DivClassName
{
background-color: #4CB09E;
}
.BgClassName
{
background-color: #4CB09E;
}
</style>
border-color css
<style>
span { border-color: #4CB09E; }
span { border-color: rgb(76,176,158); }
td.TdClassName
{
border-color: #4CB09E;
}
.TagClassName
{
border-color: #4CB09E;
}
</style>