Shades of Puerto Rico #43C5AA
Tints of Puerto Rico #43C5AA
RGB
CMYK
RGB Variations
Color information
#43C5AA (or 0x43C5AA) is known color: Puerto Rico. HEX triplet: 43, C5 and AA. RGB value is (67,197,170). Sum of RGB (Red+Green+Blue) = 67+197+170=434 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.44% from 434); Green value is 197 (77.34% from 255 or 45.39% from 434); Blue value is 170 (66.80% from 255 or 39.17% from 434); Max value from RGB is 197 - color contains mainly: green. Hex color #43C5AA is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43C5AA is #BC3A55. Grayscale: #9B9B9B. Windows color (decimal): -12335702 or 11191619. OLE color: 11191619.
HSL color Cylindrical-coordinate representation of color #43C5AA: hue angle of 167.54º degrees, saturation: 0.53, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C5AA is Cyan = 0.66, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 197 | 170 | - |
| CMYK | 0.66 | 0 | 0.14 | 0.23 |
| HSL | 167.54º | 0.53% | 0.52% | - |
| HSV(B) | 167.54º | 0.66% | 0.77% | - |
| XYZ | 29.54 | 44.03 | 44.97 | - |
| YUV | 155.05 | 136.43 | 65.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 197 | 170 | 0.66 | 0 | 0.14 | 0.23 | 167.54 | 0.53 | 0.52 |
| Hex | 43 | C5 | AA | 42 | 0 | E | 17 | A8 | 35 | 34 |
| Octal | 103 | 305 | 252 | 102 | 0 | 16 | 27 | 250 | 65 | 64 |
| Binary | 1000011 | 11000101 | 10101010 | 1000010 | 0 | 1110 | 10111 | 10101000 | 110101 | 110100 |
Color Harmonies of #43C5AA
Complementary color
Monochromatic Colors of #43C5AA
Black with #43C5AA
Text Example
Text Example
White with #43C5AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C5AA; }
p { color: rgb(67,197,170); }
H1.HeaderClassName
{
color: #43C5AA;
}
.AnyTagClassName
{
color: #43C5AA;
}
</style>
background-color css
<style>
a { background-color: #43C5AA; }
a { background-color: rgb(67,197,170); }
div.DivClassName
{
background-color: #43C5AA;
}
.BgClassName
{
background-color: #43C5AA;
}
</style>
border-color css
<style>
span { border-color: #43C5AA; }
span { border-color: rgb(67,197,170); }
td.TdClassName
{
border-color: #43C5AA;
}
.TagClassName
{
border-color: #43C5AA;
}
</style>