Shades of Puerto Rico #43B4AA
Tints of Puerto Rico #43B4AA
RGB
CMYK
RGB Variations
Color information
#43B4AA (or 0x43B4AA) is known color: Puerto Rico. HEX triplet: 43, B4 and AA. RGB value is (67,180,170). Sum of RGB (Red+Green+Blue) = 67+180+170=417 (55% of max value = 765). Red value is 67 (26.56% from 255 or 16.07% from 417); Green value is 180 (70.70% from 255 or 43.17% from 417); Blue value is 170 (66.80% from 255 or 40.77% from 417); Max value from RGB is 180 - color contains mainly: green. Hex color #43B4AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43B4AA is #BC4B55. Grayscale: #909090. Windows color (decimal): -12340054 or 11187267. OLE color: 11187267.
HSL color Cylindrical-coordinate representation of color #43B4AA: hue angle of 174.69º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43B4AA is Cyan = 0.63, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 67 | 180 | 170 | - |
| CMYK | 0.63 | 0 | 0.06 | 0.29 |
| HSL | 174.69º | 0.46% | 0.48% | - |
| HSV(B) | 174.69º | 0.63% | 0.71% | - |
| XYZ | 25.89 | 36.74 | 43.76 | - |
| YUV | 145.07 | 142.06 | 72.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 180 | 170 | 0.63 | 0 | 0.06 | 0.29 | 174.69 | 0.46 | 0.48 |
| Hex | 43 | B4 | AA | 3F | 0 | 6 | 1D | AF | 2E | 30 |
| Octal | 103 | 264 | 252 | 77 | 0 | 6 | 35 | 257 | 56 | 60 |
| Binary | 1000011 | 10110100 | 10101010 | 111111 | 0 | 110 | 11101 | 10101111 | 101110 | 110000 |
Color Harmonies of #43B4AA
Complementary color
Monochromatic Colors of #43B4AA
Black with #43B4AA
Text Example
Text Example
White with #43B4AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B4AA; }
p { color: rgb(67,180,170); }
H1.HeaderClassName
{
color: #43B4AA;
}
.AnyTagClassName
{
color: #43B4AA;
}
</style>
background-color css
<style>
a { background-color: #43B4AA; }
a { background-color: rgb(67,180,170); }
div.DivClassName
{
background-color: #43B4AA;
}
.BgClassName
{
background-color: #43B4AA;
}
</style>
border-color css
<style>
span { border-color: #43B4AA; }
span { border-color: rgb(67,180,170); }
td.TdClassName
{
border-color: #43B4AA;
}
.TagClassName
{
border-color: #43B4AA;
}
</style>