Shades of Puerto Rico #43C5AB
Tints of Puerto Rico #43C5AB
RGB
CMYK
RGB Variations
Color information
#43C5AB (or 0x43C5AB) is known color: Puerto Rico. HEX triplet: 43, C5 and AB. RGB value is (67,197,171). Sum of RGB (Red+Green+Blue) = 67+197+171=435 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.40% from 435); Green value is 197 (77.34% from 255 or 45.29% from 435); Blue value is 171 (67.19% from 255 or 39.31% from 435); Max value from RGB is 197 - color contains mainly: green. Hex color #43C5AB is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43C5AB is #BC3A54. Grayscale: #9B9B9B. Windows color (decimal): -12335701 or 11257155. OLE color: 11257155.
HSL color Cylindrical-coordinate representation of color #43C5AB: hue angle of 168º 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 #43C5AB is Cyan = 0.66, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 197 | 171 | - |
| CMYK | 0.66 | 0 | 0.13 | 0.23 |
| HSL | 168º | 0.53% | 0.52% | - |
| HSV(B) | 168º | 0.66% | 0.77% | - |
| XYZ | 29.63 | 44.07 | 45.47 | - |
| YUV | 155.17 | 136.93 | 65.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 197 | 171 | 0.66 | 0 | 0.13 | 0.23 | 168 | 0.53 | 0.52 |
| Hex | 43 | C5 | AB | 42 | 0 | D | 17 | A8 | 35 | 34 |
| Octal | 103 | 305 | 253 | 102 | 0 | 15 | 27 | 250 | 65 | 64 |
| Binary | 1000011 | 11000101 | 10101011 | 1000010 | 0 | 1101 | 10111 | 10101000 | 110101 | 110100 |
Color Harmonies of #43C5AB
Complementary color
Monochromatic Colors of #43C5AB
Black with #43C5AB
Text Example
Text Example
White with #43C5AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C5AB; }
p { color: rgb(67,197,171); }
H1.HeaderClassName
{
color: #43C5AB;
}
.AnyTagClassName
{
color: #43C5AB;
}
</style>
background-color css
<style>
a { background-color: #43C5AB; }
a { background-color: rgb(67,197,171); }
div.DivClassName
{
background-color: #43C5AB;
}
.BgClassName
{
background-color: #43C5AB;
}
</style>
border-color css
<style>
span { border-color: #43C5AB; }
span { border-color: rgb(67,197,171); }
td.TdClassName
{
border-color: #43C5AB;
}
.TagClassName
{
border-color: #43C5AB;
}
</style>