Shades of Puerto Rico #43B0A0
Tints of Puerto Rico #43B0A0
RGB
CMYK
RGB Variations
Color information
#43B0A0 (or 0x43B0A0) is known color: Puerto Rico. HEX triplet: 43, B0 and A0. RGB value is (67,176,160). Sum of RGB (Red+Green+Blue) = 67+176+160=403 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.63% from 403); Green value is 176 (69.14% from 255 or 43.67% from 403); Blue value is 160 (62.89% from 255 or 39.70% from 403); Max value from RGB is 176 - color contains mainly: green. Hex color #43B0A0 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43B0A0 is #BC4F5F. Grayscale: #8D8D8D. Windows color (decimal): -12341088 or 10530883. OLE color: 10530883.
HSL color Cylindrical-coordinate representation of color #43B0A0: hue angle of 171.19º 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 #43B0A0 is Cyan = 0.62, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 176 | 160 | - |
| CMYK | 0.62 | 0 | 0.09 | 0.31 |
| HSL | 171.19º | 0.45% | 0.48% | - |
| HSV(B) | 171.19º | 0.62% | 0.69% | - |
| XYZ | 24.19 | 34.78 | 38.7 | - |
| YUV | 141.59 | 138.39 | 74.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 176 | 160 | 0.62 | 0 | 0.09 | 0.31 | 171.19 | 0.45 | 0.48 |
| Hex | 43 | B0 | A0 | 3E | 0 | 9 | 1F | AB | 2D | 30 |
| Octal | 103 | 260 | 240 | 76 | 0 | 11 | 37 | 253 | 55 | 60 |
| Binary | 1000011 | 10110000 | 10100000 | 111110 | 0 | 1001 | 11111 | 10101011 | 101101 | 110000 |
Color Harmonies of #43B0A0
Complementary color
Monochromatic Colors of #43B0A0
Black with #43B0A0
Text Example
Text Example
White with #43B0A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B0A0; }
p { color: rgb(67,176,160); }
H1.HeaderClassName
{
color: #43B0A0;
}
.AnyTagClassName
{
color: #43B0A0;
}
</style>
background-color css
<style>
a { background-color: #43B0A0; }
a { background-color: rgb(67,176,160); }
div.DivClassName
{
background-color: #43B0A0;
}
.BgClassName
{
background-color: #43B0A0;
}
</style>
border-color css
<style>
span { border-color: #43B0A0; }
span { border-color: rgb(67,176,160); }
td.TdClassName
{
border-color: #43B0A0;
}
.TagClassName
{
border-color: #43B0A0;
}
</style>