Shades of Puerto Rico #4BCEB0
Tints of Puerto Rico #4BCEB0
RGB
CMYK
RGB Variations
Color information
#4BCEB0 (or 0x4BCEB0) is known color: Puerto Rico. HEX triplet: 4B, CE and B0. RGB value is (75,206,176). Sum of RGB (Red+Green+Blue) = 75+206+176=457 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.41% from 457); Green value is 206 (80.86% from 255 or 45.08% from 457); Blue value is 176 (69.14% from 255 or 38.51% from 457); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCEB0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCEB0 is #B4314F. Grayscale: #A3A3A3. Windows color (decimal): -11809104 or 11587147. OLE color: 11587147.
HSL color Cylindrical-coordinate representation of color #4BCEB0: hue angle of 166.26º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #4BCEB0 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 206 | 176 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.19 |
| HSL | 166.26º | 0.57% | 0.55% | - |
| HSV(B) | 166.26º | 0.64% | 0.81% | - |
| XYZ | 32.81 | 48.77 | 48.76 | - |
| YUV | 163.41 | 135.1 | 64.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 206 | 176 | 0.64 | 0 | 0.15 | 0.19 | 166.26 | 0.57 | 0.55 |
| Hex | 4B | CE | B0 | 40 | 0 | F | 13 | A6 | 39 | 37 |
| Octal | 113 | 316 | 260 | 100 | 0 | 17 | 23 | 246 | 71 | 67 |
| Binary | 1001011 | 11001110 | 10110000 | 1000000 | 0 | 1111 | 10011 | 10100110 | 111001 | 110111 |
Color Harmonies of #4BCEB0
Complementary color
Monochromatic Colors of #4BCEB0
Black with #4BCEB0
Text Example
Text Example
White with #4BCEB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCEB0; }
p { color: rgb(75,206,176); }
H1.HeaderClassName
{
color: #4BCEB0;
}
.AnyTagClassName
{
color: #4BCEB0;
}
</style>
background-color css
<style>
a { background-color: #4BCEB0; }
a { background-color: rgb(75,206,176); }
div.DivClassName
{
background-color: #4BCEB0;
}
.BgClassName
{
background-color: #4BCEB0;
}
</style>
border-color css
<style>
span { border-color: #4BCEB0; }
span { border-color: rgb(75,206,176); }
td.TdClassName
{
border-color: #4BCEB0;
}
.TagClassName
{
border-color: #4BCEB0;
}
</style>