Shades of Puerto Rico #43C5AD
Tints of Puerto Rico #43C5AD
RGB
CMYK
RGB Variations
Color information
#43C5AD (or 0x43C5AD) is known color: Puerto Rico. HEX triplet: 43, C5 and AD. RGB value is (67,197,173). Sum of RGB (Red+Green+Blue) = 67+197+173=437 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.33% from 437); Green value is 197 (77.34% from 255 or 45.08% from 437); Blue value is 173 (67.97% from 255 or 39.59% from 437); Max value from RGB is 197 - color contains mainly: green. Hex color #43C5AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43C5AD is #BC3A52. Grayscale: #9B9B9B. Windows color (decimal): -12335699 or 11388227. OLE color: 11388227.
HSL color Cylindrical-coordinate representation of color #43C5AD: hue angle of 168.92º 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 #43C5AD is Cyan = 0.66, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 67 | 197 | 173 | - |
| CMYK | 0.66 | 0 | 0.12 | 0.23 |
| HSL | 168.92º | 0.53% | 0.52% | - |
| HSV(B) | 168.92º | 0.66% | 0.77% | - |
| XYZ | 29.82 | 44.14 | 46.48 | - |
| YUV | 155.39 | 137.93 | 64.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 197 | 173 | 0.66 | 0 | 0.12 | 0.23 | 168.92 | 0.53 | 0.52 |
| Hex | 43 | C5 | AD | 42 | 0 | C | 17 | A9 | 35 | 34 |
| Octal | 103 | 305 | 255 | 102 | 0 | 14 | 27 | 251 | 65 | 64 |
| Binary | 1000011 | 11000101 | 10101101 | 1000010 | 0 | 1100 | 10111 | 10101001 | 110101 | 110100 |
Color Harmonies of #43C5AD
Complementary color
Monochromatic Colors of #43C5AD
Black with #43C5AD
Text Example
Text Example
White with #43C5AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C5AD; }
p { color: rgb(67,197,173); }
H1.HeaderClassName
{
color: #43C5AD;
}
.AnyTagClassName
{
color: #43C5AD;
}
</style>
background-color css
<style>
a { background-color: #43C5AD; }
a { background-color: rgb(67,197,173); }
div.DivClassName
{
background-color: #43C5AD;
}
.BgClassName
{
background-color: #43C5AD;
}
</style>
border-color css
<style>
span { border-color: #43C5AD; }
span { border-color: rgb(67,197,173); }
td.TdClassName
{
border-color: #43C5AD;
}
.TagClassName
{
border-color: #43C5AD;
}
</style>