Shades of Puerto Rico #4BB09C
Tints of Puerto Rico #4BB09C
RGB
CMYK
RGB Variations
Color information
#4BB09C (or 0x4BB09C) is known color: Puerto Rico. HEX triplet: 4B, B0 and 9C. RGB value is (75,176,156). Sum of RGB (Red+Green+Blue) = 75+176+156=407 (53% of max value = 765). Red value is 75 (29.69% from 255 or 18.43% from 407); Green value is 176 (69.14% from 255 or 43.24% from 407); Blue value is 156 (61.33% from 255 or 38.33% from 407); Max value from RGB is 176 - color contains mainly: green. Hex color #4BB09C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #4BB09C is #B44F63. Grayscale: #8F8F8F. Windows color (decimal): -11816804 or 10268747. OLE color: 10268747.
HSL color Cylindrical-coordinate representation of color #4BB09C: hue angle of 168.12º degrees, saturation: 0.4, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #4BB09C is Cyan = 0.57, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 75 | 176 | 156 | - |
| CMYK | 0.57 | 0 | 0.11 | 0.31 |
| HSL | 168.12º | 0.4% | 0.49% | - |
| HSV(B) | 168.12º | 0.57% | 0.69% | - |
| XYZ | 24.43 | 34.95 | 36.91 | - |
| YUV | 143.52 | 135.04 | 79.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 75 | 176 | 156 | 0.57 | 0 | 0.11 | 0.31 | 168.12 | 0.4 | 0.49 |
| Hex | 4B | B0 | 9C | 39 | 0 | B | 1F | A8 | 28 | 31 |
| Octal | 113 | 260 | 234 | 71 | 0 | 13 | 37 | 250 | 50 | 61 |
| Binary | 1001011 | 10110000 | 10011100 | 111001 | 0 | 1011 | 11111 | 10101000 | 101000 | 110001 |
Color Harmonies of #4BB09C
Complementary color
Monochromatic Colors of #4BB09C
Black with #4BB09C
Text Example
Text Example
White with #4BB09C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #4BB09C; }
p { color: rgb(75,176,156); }
H1.HeaderClassName
{
color: #4BB09C;
}
.AnyTagClassName
{
color: #4BB09C;
}
</style>
background-color css
<style>
a { background-color: #4BB09C; }
a { background-color: rgb(75,176,156); }
div.DivClassName
{
background-color: #4BB09C;
}
.BgClassName
{
background-color: #4BB09C;
}
</style>
border-color css
<style>
span { border-color: #4BB09C; }
span { border-color: rgb(75,176,156); }
td.TdClassName
{
border-color: #4BB09C;
}
.TagClassName
{
border-color: #4BB09C;
}
</style>