Shades of Puerto Rico #4BBD9A
Tints of Puerto Rico #4BBD9A
RGB
CMYK
RGB Variations
Color information
#4BBD9A (or 0x4BBD9A) is known color: Puerto Rico. HEX triplet: 4B, BD and 9A. RGB value is (75,189,154). Sum of RGB (Red+Green+Blue) = 75+189+154=418 (55% of max value = 765). Red value is 75 (29.69% from 255 or 17.94% from 418); Green value is 189 (74.22% from 255 or 45.22% from 418); Blue value is 154 (60.55% from 255 or 36.84% from 418); Max value from RGB is 189 - color contains mainly: green. Hex color #4BBD9A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #4BBD9A is #B44265. Grayscale: #969696. Windows color (decimal): -11813478 or 10141003. OLE color: 10141003.
HSL color Cylindrical-coordinate representation of color #4BBD9A: hue angle of 161.58º degrees, saturation: 0.46, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #4BBD9A is Cyan = 0.60, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 75 | 189 | 154 | - |
| CMYK | 0.60 | 0 | 0.19 | 0.26 |
| HSL | 161.58º | 0.46% | 0.52% | - |
| HSV(B) | 161.58º | 0.6% | 0.74% | - |
| XYZ | 26.93 | 40.22 | 36.92 | - |
| YUV | 150.92 | 129.73 | 73.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 189 | 154 | 0.60 | 0 | 0.19 | 0.26 | 161.58 | 0.46 | 0.52 |
| Hex | 4B | BD | 9A | 3C | 0 | 13 | 1A | A2 | 2E | 34 |
| Octal | 113 | 275 | 232 | 74 | 0 | 23 | 32 | 242 | 56 | 64 |
| Binary | 1001011 | 10111101 | 10011010 | 111100 | 0 | 10011 | 11010 | 10100010 | 101110 | 110100 |
Color Harmonies of #4BBD9A
Complementary color
Monochromatic Colors of #4BBD9A
Black with #4BBD9A
Text Example
Text Example
White with #4BBD9A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BBD9A; }
p { color: rgb(75,189,154); }
H1.HeaderClassName
{
color: #4BBD9A;
}
.AnyTagClassName
{
color: #4BBD9A;
}
</style>
background-color css
<style>
a { background-color: #4BBD9A; }
a { background-color: rgb(75,189,154); }
div.DivClassName
{
background-color: #4BBD9A;
}
.BgClassName
{
background-color: #4BBD9A;
}
</style>
border-color css
<style>
span { border-color: #4BBD9A; }
span { border-color: rgb(75,189,154); }
td.TdClassName
{
border-color: #4BBD9A;
}
.TagClassName
{
border-color: #4BBD9A;
}
</style>