Shades of Puerto Rico #4BD0A6
Tints of Puerto Rico #4BD0A6
RGB
CMYK
RGB Variations
Color information
#4BD0A6 (or 0x4BD0A6) is known color: Puerto Rico. HEX triplet: 4B, D0 and A6. RGB value is (75,208,166). Sum of RGB (Red+Green+Blue) = 75+208+166=449 (59% of max value = 765). Red value is 75 (29.69% from 255 or 16.70% from 449); Green value is 208 (81.64% from 255 or 46.33% from 449); Blue value is 166 (65.23% from 255 or 36.97% from 449); Max value from RGB is 208 - color contains mainly: green. Hex color #4BD0A6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BD0A6 is #B42F59. Grayscale: #A3A3A3. Windows color (decimal): -11808602 or 10932299. OLE color: 10932299.
HSL color Cylindrical-coordinate representation of color #4BD0A6: hue angle of 161.05º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BD0A6 is Cyan = 0.64, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 75 | 208 | 166 | - |
| CMYK | 0.64 | 0 | 0.20 | 0.18 |
| HSL | 161.05º | 0.59% | 0.55% | - |
| HSV(B) | 161.05º | 0.64% | 0.82% | - |
| XYZ | 32.34 | 49.36 | 43.9 | - |
| YUV | 163.45 | 129.44 | 64.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 208 | 166 | 0.64 | 0 | 0.20 | 0.18 | 161.05 | 0.59 | 0.55 |
| Hex | 4B | D0 | A6 | 40 | 0 | 14 | 12 | A1 | 3B | 37 |
| Octal | 113 | 320 | 246 | 100 | 0 | 24 | 22 | 241 | 73 | 67 |
| Binary | 1001011 | 11010000 | 10100110 | 1000000 | 0 | 10100 | 10010 | 10100001 | 111011 | 110111 |
Color Harmonies of #4BD0A6
Complementary color
Monochromatic Colors of #4BD0A6
Black with #4BD0A6
Text Example
Text Example
White with #4BD0A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BD0A6; }
p { color: rgb(75,208,166); }
H1.HeaderClassName
{
color: #4BD0A6;
}
.AnyTagClassName
{
color: #4BD0A6;
}
</style>
background-color css
<style>
a { background-color: #4BD0A6; }
a { background-color: rgb(75,208,166); }
div.DivClassName
{
background-color: #4BD0A6;
}
.BgClassName
{
background-color: #4BD0A6;
}
</style>
border-color css
<style>
span { border-color: #4BD0A6; }
span { border-color: rgb(75,208,166); }
td.TdClassName
{
border-color: #4BD0A6;
}
.TagClassName
{
border-color: #4BD0A6;
}
</style>