Shades of Puerto Rico #43B0A1
Tints of Puerto Rico #43B0A1
RGB
CMYK
RGB Variations
Color information
#43B0A1 (or 0x43B0A1) is known color: Puerto Rico. HEX triplet: 43, B0 and A1. RGB value is (67,176,161). Sum of RGB (Red+Green+Blue) = 67+176+161=404 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.58% from 404); Green value is 176 (69.14% from 255 or 43.56% from 404); Blue value is 161 (63.28% from 255 or 39.85% from 404); Max value from RGB is 176 - color contains mainly: green. Hex color #43B0A1 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43B0A1 is #BC4F5E. Grayscale: #8D8D8D. Windows color (decimal): -12341087 or 10596419. OLE color: 10596419.
HSL color Cylindrical-coordinate representation of color #43B0A1: hue angle of 171.74º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43B0A1 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 176 | 161 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.31 |
| HSL | 171.74º | 0.45% | 0.48% | - |
| HSV(B) | 171.74º | 0.62% | 0.69% | - |
| XYZ | 24.27 | 34.82 | 39.16 | - |
| YUV | 141.7 | 138.89 | 74.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 176 | 161 | 0.62 | 0 | 0.09 | 0.31 | 171.74 | 0.45 | 0.48 |
| Hex | 43 | B0 | A1 | 3E | 0 | 9 | 1F | AC | 2D | 30 |
| Octal | 103 | 260 | 241 | 76 | 0 | 11 | 37 | 254 | 55 | 60 |
| Binary | 1000011 | 10110000 | 10100001 | 111110 | 0 | 1001 | 11111 | 10101100 | 101101 | 110000 |
Color Harmonies of #43B0A1
Complementary color
Monochromatic Colors of #43B0A1
Black with #43B0A1
Text Example
Text Example
White with #43B0A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B0A1; }
p { color: rgb(67,176,161); }
H1.HeaderClassName
{
color: #43B0A1;
}
.AnyTagClassName
{
color: #43B0A1;
}
</style>
background-color css
<style>
a { background-color: #43B0A1; }
a { background-color: rgb(67,176,161); }
div.DivClassName
{
background-color: #43B0A1;
}
.BgClassName
{
background-color: #43B0A1;
}
</style>
border-color css
<style>
span { border-color: #43B0A1; }
span { border-color: rgb(67,176,161); }
td.TdClassName
{
border-color: #43B0A1;
}
.TagClassName
{
border-color: #43B0A1;
}
</style>