Shades of Puerto Rico #43BB9B
Tints of Puerto Rico #43BB9B
RGB
CMYK
RGB Variations
Color information
#43BB9B (or 0x43BB9B) is known color: Puerto Rico. HEX triplet: 43, BB and 9B. RGB value is (67,187,155). Sum of RGB (Red+Green+Blue) = 67+187+155=409 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.38% from 409); Green value is 187 (73.44% from 255 or 45.72% from 409); Blue value is 155 (60.94% from 255 or 37.90% from 409); Max value from RGB is 187 - color contains mainly: green. Hex color #43BB9B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43BB9B is #BC4464. Grayscale: #939393. Windows color (decimal): -12338277 or 10206019. OLE color: 10206019.
HSL color Cylindrical-coordinate representation of color #43BB9B: hue angle of 164º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43BB9B is Cyan = 0.64, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 187 | 155 | - |
| CMYK | 0.64 | 0 | 0.17 | 0.27 |
| HSL | 164º | 0.47% | 0.5% | - |
| HSV(B) | 164º | 0.64% | 0.73% | - |
| XYZ | 26 | 39.1 | 37.19 | - |
| YUV | 147.47 | 132.24 | 70.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 187 | 155 | 0.64 | 0 | 0.17 | 0.27 | 164 | 0.47 | 0.5 |
| Hex | 43 | BB | 9B | 40 | 0 | 11 | 1B | A4 | 2F | 32 |
| Octal | 103 | 273 | 233 | 100 | 0 | 21 | 33 | 244 | 57 | 62 |
| Binary | 1000011 | 10111011 | 10011011 | 1000000 | 0 | 10001 | 11011 | 10100100 | 101111 | 110010 |
Color Harmonies of #43BB9B
Complementary color
Monochromatic Colors of #43BB9B
Black with #43BB9B
Text Example
Text Example
White with #43BB9B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BB9B; }
p { color: rgb(67,187,155); }
H1.HeaderClassName
{
color: #43BB9B;
}
.AnyTagClassName
{
color: #43BB9B;
}
</style>
background-color css
<style>
a { background-color: #43BB9B; }
a { background-color: rgb(67,187,155); }
div.DivClassName
{
background-color: #43BB9B;
}
.BgClassName
{
background-color: #43BB9B;
}
</style>
border-color css
<style>
span { border-color: #43BB9B; }
span { border-color: rgb(67,187,155); }
td.TdClassName
{
border-color: #43BB9B;
}
.TagClassName
{
border-color: #43BB9B;
}
</style>