Shades of Puerto Rico #43B1AA
Tints of Puerto Rico #43B1AA
RGB
CMYK
RGB Variations
Color information
#43B1AA (or 0x43B1AA) is known color: Puerto Rico. HEX triplet: 43, B1 and AA. RGB value is (67,177,170). Sum of RGB (Red+Green+Blue) = 67+177+170=414 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.18% from 414); Green value is 177 (69.53% from 255 or 42.75% from 414); Blue value is 170 (66.80% from 255 or 41.06% from 414); Max value from RGB is 177 - color contains mainly: green. Hex color #43B1AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43B1AA is #BC4E55. Grayscale: #8F8F8F. Windows color (decimal): -12340822 or 11186499. OLE color: 11186499.
HSL color Cylindrical-coordinate representation of color #43B1AA: hue angle of 176.18º 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 #43B1AA is Cyan = 0.62, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 177 | 170 | - |
| CMYK | 0.62 | 0 | 0.04 | 0.31 |
| HSL | 176.18º | 0.45% | 0.48% | - |
| HSV(B) | 176.18º | 0.62% | 0.69% | - |
| XYZ | 25.29 | 35.54 | 43.56 | - |
| YUV | 143.31 | 143.06 | 73.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 177 | 170 | 0.62 | 0 | 0.04 | 0.31 | 176.18 | 0.45 | 0.48 |
| Hex | 43 | B1 | AA | 3E | 0 | 4 | 1F | B0 | 2D | 30 |
| Octal | 103 | 261 | 252 | 76 | 0 | 4 | 37 | 260 | 55 | 60 |
| Binary | 1000011 | 10110001 | 10101010 | 111110 | 0 | 100 | 11111 | 10110000 | 101101 | 110000 |
Color Harmonies of #43B1AA
Complementary color
Monochromatic Colors of #43B1AA
Black with #43B1AA
Text Example
Text Example
White with #43B1AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B1AA; }
p { color: rgb(67,177,170); }
H1.HeaderClassName
{
color: #43B1AA;
}
.AnyTagClassName
{
color: #43B1AA;
}
</style>
background-color css
<style>
a { background-color: #43B1AA; }
a { background-color: rgb(67,177,170); }
div.DivClassName
{
background-color: #43B1AA;
}
.BgClassName
{
background-color: #43B1AA;
}
</style>
border-color css
<style>
span { border-color: #43B1AA; }
span { border-color: rgb(67,177,170); }
td.TdClassName
{
border-color: #43B1AA;
}
.TagClassName
{
border-color: #43B1AA;
}
</style>