Shades of Puerto Rico #4BCEAD
Tints of Puerto Rico #4BCEAD
RGB
CMYK
RGB Variations
Color information
#4BCEAD (or 0x4BCEAD) is known color: Puerto Rico. HEX triplet: 4B, CE and AD. RGB value is (75,206,173). Sum of RGB (Red+Green+Blue) = 75+206+173=454 (60% of max value = 765). Red value is 75 (29.69% from 255 or 16.52% from 454); Green value is 206 (80.86% from 255 or 45.37% from 454); Blue value is 173 (67.97% from 255 or 38.11% from 454); Max value from RGB is 206 - color contains mainly: green. Hex color #4BCEAD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BCEAD is #B43152. Grayscale: #A3A3A3. Windows color (decimal): -11809107 or 11390539. OLE color: 11390539.
HSL color Cylindrical-coordinate representation of color #4BCEAD: hue angle of 164.89º 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 #4BCEAD is Cyan = 0.64, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 75 | 206 | 173 | - |
| CMYK | 0.64 | 0 | 0.16 | 0.19 |
| HSL | 164.89º | 0.57% | 0.55% | - |
| HSV(B) | 164.89º | 0.64% | 0.81% | - |
| XYZ | 32.52 | 48.66 | 47.21 | - |
| YUV | 163.07 | 133.6 | 65.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 206 | 173 | 0.64 | 0 | 0.16 | 0.19 | 164.89 | 0.57 | 0.55 |
| Hex | 4B | CE | AD | 40 | 0 | 10 | 13 | A5 | 39 | 37 |
| Octal | 113 | 316 | 255 | 100 | 0 | 20 | 23 | 245 | 71 | 67 |
| Binary | 1001011 | 11001110 | 10101101 | 1000000 | 0 | 10000 | 10011 | 10100101 | 111001 | 110111 |
Color Harmonies of #4BCEAD
Complementary color
Monochromatic Colors of #4BCEAD
Black with #4BCEAD
Text Example
Text Example
White with #4BCEAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BCEAD; }
p { color: rgb(75,206,173); }
H1.HeaderClassName
{
color: #4BCEAD;
}
.AnyTagClassName
{
color: #4BCEAD;
}
</style>
background-color css
<style>
a { background-color: #4BCEAD; }
a { background-color: rgb(75,206,173); }
div.DivClassName
{
background-color: #4BCEAD;
}
.BgClassName
{
background-color: #4BCEAD;
}
</style>
border-color css
<style>
span { border-color: #4BCEAD; }
span { border-color: rgb(75,206,173); }
td.TdClassName
{
border-color: #4BCEAD;
}
.TagClassName
{
border-color: #4BCEAD;
}
</style>