Shades of Puerto Rico #43BCA0
Tints of Puerto Rico #43BCA0
RGB
CMYK
RGB Variations
Color information
#43BCA0 (or 0x43BCA0) is known color: Puerto Rico. HEX triplet: 43, BC and A0. RGB value is (67,188,160). Sum of RGB (Red+Green+Blue) = 67+188+160=415 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.14% from 415); Green value is 188 (73.83% from 255 or 45.30% from 415); Blue value is 160 (62.89% from 255 or 38.55% from 415); Max value from RGB is 188 - color contains mainly: green. Hex color #43BCA0 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43BCA0 is #BC435F. Grayscale: #949494. Windows color (decimal): -12338016 or 10533955. OLE color: 10533955.
HSL color Cylindrical-coordinate representation of color #43BCA0: hue angle of 166.12º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43BCA0 is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 188 | 160 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.26 |
| HSL | 166.12º | 0.47% | 0.5% | - |
| HSV(B) | 166.12º | 0.64% | 0.74% | - |
| XYZ | 26.64 | 39.7 | 39.52 | - |
| YUV | 148.63 | 134.41 | 69.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 188 | 160 | 0.64 | 0 | 0.15 | 0.26 | 166.12 | 0.47 | 0.5 |
| Hex | 43 | BC | A0 | 40 | 0 | F | 1A | A6 | 2F | 32 |
| Octal | 103 | 274 | 240 | 100 | 0 | 17 | 32 | 246 | 57 | 62 |
| Binary | 1000011 | 10111100 | 10100000 | 1000000 | 0 | 1111 | 11010 | 10100110 | 101111 | 110010 |
Color Harmonies of #43BCA0
Complementary color
Monochromatic Colors of #43BCA0
Black with #43BCA0
Text Example
Text Example
White with #43BCA0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BCA0; }
p { color: rgb(67,188,160); }
H1.HeaderClassName
{
color: #43BCA0;
}
.AnyTagClassName
{
color: #43BCA0;
}
</style>
background-color css
<style>
a { background-color: #43BCA0; }
a { background-color: rgb(67,188,160); }
div.DivClassName
{
background-color: #43BCA0;
}
.BgClassName
{
background-color: #43BCA0;
}
</style>
border-color css
<style>
span { border-color: #43BCA0; }
span { border-color: rgb(67,188,160); }
td.TdClassName
{
border-color: #43BCA0;
}
.TagClassName
{
border-color: #43BCA0;
}
</style>