Shades of Puerto Rico #43C0AA
Tints of Puerto Rico #43C0AA
RGB
CMYK
RGB Variations
Color information
#43C0AA (or 0x43C0AA) is known color: Puerto Rico. HEX triplet: 43, C0 and AA. RGB value is (67,192,170). Sum of RGB (Red+Green+Blue) = 67+192+170=429 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.62% from 429); Green value is 192 (75.39% from 255 or 44.76% from 429); Blue value is 170 (66.80% from 255 or 39.63% from 429); Max value from RGB is 192 - color contains mainly: green. Hex color #43C0AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43C0AA is #BC3F55. Grayscale: #989898. Windows color (decimal): -12336982 or 11190339. OLE color: 11190339.
HSL color Cylindrical-coordinate representation of color #43C0AA: hue angle of 169.44º degrees, saturation: 0.5, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43C0AA is Cyan = 0.65, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 192 | 170 | - |
| CMYK | 0.65 | 0 | 0.11 | 0.25 |
| HSL | 169.44º | 0.5% | 0.51% | - |
| HSV(B) | 169.44º | 0.65% | 0.75% | - |
| XYZ | 28.42 | 41.79 | 44.6 | - |
| YUV | 152.12 | 138.09 | 67.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 192 | 170 | 0.65 | 0 | 0.11 | 0.25 | 169.44 | 0.5 | 0.51 |
| Hex | 43 | C0 | AA | 41 | 0 | B | 19 | A9 | 32 | 33 |
| Octal | 103 | 300 | 252 | 101 | 0 | 13 | 31 | 251 | 62 | 63 |
| Binary | 1000011 | 11000000 | 10101010 | 1000001 | 0 | 1011 | 11001 | 10101001 | 110010 | 110011 |
Color Harmonies of #43C0AA
Complementary color
Monochromatic Colors of #43C0AA
Black with #43C0AA
Text Example
Text Example
White with #43C0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C0AA; }
p { color: rgb(67,192,170); }
H1.HeaderClassName
{
color: #43C0AA;
}
.AnyTagClassName
{
color: #43C0AA;
}
</style>
background-color css
<style>
a { background-color: #43C0AA; }
a { background-color: rgb(67,192,170); }
div.DivClassName
{
background-color: #43C0AA;
}
.BgClassName
{
background-color: #43C0AA;
}
</style>
border-color css
<style>
span { border-color: #43C0AA; }
span { border-color: rgb(67,192,170); }
td.TdClassName
{
border-color: #43C0AA;
}
.TagClassName
{
border-color: #43C0AA;
}
</style>