Shades of Puerto Rico #43BAA9
Tints of Puerto Rico #43BAA9
RGB
CMYK
RGB Variations
Color information
#43BAA9 (or 0x43BAA9) is known color: Puerto Rico. HEX triplet: 43, BA and A9. RGB value is (67,186,169). Sum of RGB (Red+Green+Blue) = 67+186+169=422 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.88% from 422); Green value is 186 (73.05% from 255 or 44.08% from 422); Blue value is 169 (66.41% from 255 or 40.05% from 422); Max value from RGB is 186 - color contains mainly: green. Hex color #43BAA9 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43BAA9 is #BC4556. Grayscale: #949494. Windows color (decimal): -12338519 or 11123267. OLE color: 11123267.
HSL color Cylindrical-coordinate representation of color #43BAA9: hue angle of 171.43º 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 #43BAA9 is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 186 | 169 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.27 |
| HSL | 171.43º | 0.47% | 0.5% | - |
| HSV(B) | 171.43º | 0.64% | 0.73% | - |
| XYZ | 27.04 | 39.18 | 43.67 | - |
| YUV | 148.48 | 139.58 | 69.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 186 | 169 | 0.64 | 0 | 0.09 | 0.27 | 171.43 | 0.47 | 0.5 |
| Hex | 43 | BA | A9 | 40 | 0 | 9 | 1B | AB | 2F | 32 |
| Octal | 103 | 272 | 251 | 100 | 0 | 11 | 33 | 253 | 57 | 62 |
| Binary | 1000011 | 10111010 | 10101001 | 1000000 | 0 | 1001 | 11011 | 10101011 | 101111 | 110010 |
Color Harmonies of #43BAA9
Complementary color
Monochromatic Colors of #43BAA9
Black with #43BAA9
Text Example
Text Example
White with #43BAA9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BAA9; }
p { color: rgb(67,186,169); }
H1.HeaderClassName
{
color: #43BAA9;
}
.AnyTagClassName
{
color: #43BAA9;
}
</style>
background-color css
<style>
a { background-color: #43BAA9; }
a { background-color: rgb(67,186,169); }
div.DivClassName
{
background-color: #43BAA9;
}
.BgClassName
{
background-color: #43BAA9;
}
</style>
border-color css
<style>
span { border-color: #43BAA9; }
span { border-color: rgb(67,186,169); }
td.TdClassName
{
border-color: #43BAA9;
}
.TagClassName
{
border-color: #43BAA9;
}
</style>