Shades of Puerto Rico #4CAD9B
Tints of Puerto Rico #4CAD9B
RGB
CMYK
RGB Variations
Color information
#4CAD9B (or 0x4CAD9B) is known color: Puerto Rico. HEX triplet: 4C, AD and 9B. RGB value is (76,173,155). Sum of RGB (Red+Green+Blue) = 76+173+155=404 (53% of max value = 765). Red value is 76 (30.08% from 255 or 18.81% from 404); Green value is 173 (67.97% from 255 or 42.82% from 404); Blue value is 155 (60.94% from 255 or 38.37% from 404); Max value from RGB is 173 - color contains mainly: green. Hex color #4CAD9B is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4CAD9B is #B35264. Grayscale: #8D8D8D. Windows color (decimal): -11752037 or 10202444. OLE color: 10202444.
HSL color Cylindrical-coordinate representation of color #4CAD9B: hue angle of 168.87º degrees, saturation: 0.39, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #4CAD9B is Cyan = 0.56, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 76 | 173 | 155 | - |
| CMYK | 0.56 | 0 | 0.10 | 0.32 |
| HSL | 168.87º | 0.39% | 0.49% | - |
| HSV(B) | 168.87º | 0.56% | 0.68% | - |
| XYZ | 23.84 | 33.79 | 36.28 | - |
| YUV | 141.95 | 135.36 | 80.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 76 | 173 | 155 | 0.56 | 0 | 0.10 | 0.32 | 168.87 | 0.39 | 0.49 |
| Hex | 4C | AD | 9B | 38 | 0 | A | 20 | A9 | 27 | 31 |
| Octal | 114 | 255 | 233 | 70 | 0 | 12 | 40 | 251 | 47 | 61 |
| Binary | 1001100 | 10101101 | 10011011 | 111000 | 0 | 1010 | 100000 | 10101001 | 100111 | 110001 |
Color Harmonies of #4CAD9B
Complementary color
Monochromatic Colors of #4CAD9B
Black with #4CAD9B
Text Example
Text Example
White with #4CAD9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4CAD9B; }
p { color: rgb(76,173,155); }
H1.HeaderClassName
{
color: #4CAD9B;
}
.AnyTagClassName
{
color: #4CAD9B;
}
</style>
background-color css
<style>
a { background-color: #4CAD9B; }
a { background-color: rgb(76,173,155); }
div.DivClassName
{
background-color: #4CAD9B;
}
.BgClassName
{
background-color: #4CAD9B;
}
</style>
border-color css
<style>
span { border-color: #4CAD9B; }
span { border-color: rgb(76,173,155); }
td.TdClassName
{
border-color: #4CAD9B;
}
.TagClassName
{
border-color: #4CAD9B;
}
</style>