Shades of Puerto Rico #43C3AD
Tints of Puerto Rico #43C3AD
RGB
CMYK
RGB Variations
Color information
#43C3AD (or 0x43C3AD) is known color: Puerto Rico. HEX triplet: 43, C3 and AD. RGB value is (67,195,173). Sum of RGB (Red+Green+Blue) = 67+195+173=435 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.40% from 435); Green value is 195 (76.56% from 255 or 44.83% from 435); Blue value is 173 (67.97% from 255 or 39.77% from 435); Max value from RGB is 195 - color contains mainly: green. Hex color #43C3AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43C3AD is #BC3C52. Grayscale: #9A9A9A. Windows color (decimal): -12336211 or 11387715. OLE color: 11387715.
HSL color Cylindrical-coordinate representation of color #43C3AD: hue angle of 169.69º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #43C3AD is Cyan = 0.66, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 67 | 195 | 173 | - |
| CMYK | 0.66 | 0 | 0.11 | 0.24 |
| HSL | 169.69º | 0.52% | 0.51% | - |
| HSV(B) | 169.69º | 0.66% | 0.76% | - |
| XYZ | 29.37 | 43.24 | 46.33 | - |
| YUV | 154.22 | 138.59 | 65.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 195 | 173 | 0.66 | 0 | 0.11 | 0.24 | 169.69 | 0.52 | 0.51 |
| Hex | 43 | C3 | AD | 42 | 0 | B | 18 | AA | 34 | 33 |
| Octal | 103 | 303 | 255 | 102 | 0 | 13 | 30 | 252 | 64 | 63 |
| Binary | 1000011 | 11000011 | 10101101 | 1000010 | 0 | 1011 | 11000 | 10101010 | 110100 | 110011 |
Color Harmonies of #43C3AD
Complementary color
Monochromatic Colors of #43C3AD
Black with #43C3AD
Text Example
Text Example
White with #43C3AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43C3AD; }
p { color: rgb(67,195,173); }
H1.HeaderClassName
{
color: #43C3AD;
}
.AnyTagClassName
{
color: #43C3AD;
}
</style>
background-color css
<style>
a { background-color: #43C3AD; }
a { background-color: rgb(67,195,173); }
div.DivClassName
{
background-color: #43C3AD;
}
.BgClassName
{
background-color: #43C3AD;
}
</style>
border-color css
<style>
span { border-color: #43C3AD; }
span { border-color: rgb(67,195,173); }
td.TdClassName
{
border-color: #43C3AD;
}
.TagClassName
{
border-color: #43C3AD;
}
</style>