Shades of Puerto Rico #4DBCA6
Tints of Puerto Rico #4DBCA6
RGB
CMYK
RGB Variations
Color information
#4DBCA6 (or 0x4DBCA6) is known color: Puerto Rico. HEX triplet: 4D, BC and A6. RGB value is (77,188,166). Sum of RGB (Red+Green+Blue) = 77+188+166=431 (57% of max value = 765). Red value is 77 (30.47% from 255 or 17.87% from 431); Green value is 188 (73.83% from 255 or 43.62% from 431); Blue value is 166 (65.23% from 255 or 38.52% from 431); Max value from RGB is 188 - color contains mainly: green. Hex color #4DBCA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #4DBCA6 is #B24359. Grayscale: #989898. Windows color (decimal): -11682650 or 10927181. OLE color: 10927181.
HSL color Cylindrical-coordinate representation of color #4DBCA6: hue angle of 168.11º degrees, saturation: 0.45, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #4DBCA6 is Cyan = 0.59, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 77 | 188 | 166 | - |
| CMYK | 0.59 | 0 | 0.12 | 0.26 |
| HSL | 168.11º | 0.45% | 0.52% | - |
| HSV(B) | 168.11º | 0.59% | 0.74% | - |
| XYZ | 27.93 | 40.3 | 42.38 | - |
| YUV | 152.3 | 135.73 | 74.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 77 | 188 | 166 | 0.59 | 0 | 0.12 | 0.26 | 168.11 | 0.45 | 0.52 |
| Hex | 4D | BC | A6 | 3B | 0 | C | 1A | A8 | 2D | 34 |
| Octal | 115 | 274 | 246 | 73 | 0 | 14 | 32 | 250 | 55 | 64 |
| Binary | 1001101 | 10111100 | 10100110 | 111011 | 0 | 1100 | 11010 | 10101000 | 101101 | 110100 |
Color Harmonies of #4DBCA6
Complementary color
Monochromatic Colors of #4DBCA6
Black with #4DBCA6
Text Example
Text Example
White with #4DBCA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4DBCA6; }
p { color: rgb(77,188,166); }
H1.HeaderClassName
{
color: #4DBCA6;
}
.AnyTagClassName
{
color: #4DBCA6;
}
</style>
background-color css
<style>
a { background-color: #4DBCA6; }
a { background-color: rgb(77,188,166); }
div.DivClassName
{
background-color: #4DBCA6;
}
.BgClassName
{
background-color: #4DBCA6;
}
</style>
border-color css
<style>
span { border-color: #4DBCA6; }
span { border-color: rgb(77,188,166); }
td.TdClassName
{
border-color: #4DBCA6;
}
.TagClassName
{
border-color: #4DBCA6;
}
</style>