Shades of Puerto Rico #43C0A5
Tints of Puerto Rico #43C0A5
RGB
CMYK
RGB Variations
Color information
#43C0A5 (or 0x43C0A5) is known color: Puerto Rico. HEX triplet: 43, C0 and A5. RGB value is (67,192,165). Sum of RGB (Red+Green+Blue) = 67+192+165=424 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.80% from 424); Green value is 192 (75.39% from 255 or 45.28% from 424); Blue value is 165 (64.84% from 255 or 38.92% from 424); Max value from RGB is 192 - color contains mainly: green. Hex color #43C0A5 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43C0A5 is #BC3F5A. Grayscale: #979797. Windows color (decimal): -12336987 or 10862659. OLE color: 10862659.
HSL color Cylindrical-coordinate representation of color #43C0A5: hue angle of 167.04º 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 #43C0A5 is Cyan = 0.65, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 192 | 165 | - |
| CMYK | 0.65 | 0 | 0.14 | 0.25 |
| HSL | 167.04º | 0.5% | 0.51% | - |
| HSV(B) | 167.04º | 0.65% | 0.75% | - |
| XYZ | 27.96 | 41.61 | 42.16 | - |
| YUV | 151.55 | 135.59 | 67.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 192 | 165 | 0.65 | 0 | 0.14 | 0.25 | 167.04 | 0.5 | 0.51 |
| Hex | 43 | C0 | A5 | 41 | 0 | E | 19 | A7 | 32 | 33 |
| Octal | 103 | 300 | 245 | 101 | 0 | 16 | 31 | 247 | 62 | 63 |
| Binary | 1000011 | 11000000 | 10100101 | 1000001 | 0 | 1110 | 11001 | 10100111 | 110010 | 110011 |
Color Harmonies of #43C0A5
Complementary color
Monochromatic Colors of #43C0A5
Black with #43C0A5
Text Example
Text Example
White with #43C0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C0A5; }
p { color: rgb(67,192,165); }
H1.HeaderClassName
{
color: #43C0A5;
}
.AnyTagClassName
{
color: #43C0A5;
}
</style>
background-color css
<style>
a { background-color: #43C0A5; }
a { background-color: rgb(67,192,165); }
div.DivClassName
{
background-color: #43C0A5;
}
.BgClassName
{
background-color: #43C0A5;
}
</style>
border-color css
<style>
span { border-color: #43C0A5; }
span { border-color: rgb(67,192,165); }
td.TdClassName
{
border-color: #43C0A5;
}
.TagClassName
{
border-color: #43C0A5;
}
</style>