Shades of Puerto Rico #43BCA8
Tints of Puerto Rico #43BCA8
RGB
CMYK
RGB Variations
Color information
#43BCA8 (or 0x43BCA8) is known color: Puerto Rico. HEX triplet: 43, BC and A8. RGB value is (67,188,168). Sum of RGB (Red+Green+Blue) = 67+188+168=423 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.84% from 423); Green value is 188 (73.83% from 255 or 44.44% from 423); Blue value is 168 (66.02% from 255 or 39.72% from 423); Max value from RGB is 188 - color contains mainly: green. Hex color #43BCA8 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43BCA8 is #BC4357. Grayscale: #959595. Windows color (decimal): -12338008 or 11058243. OLE color: 11058243.
HSL color Cylindrical-coordinate representation of color #43BCA8: hue angle of 170.08º 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 #43BCA8 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 188 | 168 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.26 |
| HSL | 170.08º | 0.47% | 0.5% | - |
| HSV(B) | 170.08º | 0.64% | 0.74% | - |
| XYZ | 27.37 | 39.99 | 43.32 | - |
| YUV | 149.54 | 138.41 | 69.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 188 | 168 | 0.64 | 0 | 0.11 | 0.26 | 170.08 | 0.47 | 0.5 |
| Hex | 43 | BC | A8 | 40 | 0 | B | 1A | AA | 2F | 32 |
| Octal | 103 | 274 | 250 | 100 | 0 | 13 | 32 | 252 | 57 | 62 |
| Binary | 1000011 | 10111100 | 10101000 | 1000000 | 0 | 1011 | 11010 | 10101010 | 101111 | 110010 |
Color Harmonies of #43BCA8
Complementary color
Monochromatic Colors of #43BCA8
Black with #43BCA8
Text Example
Text Example
White with #43BCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BCA8; }
p { color: rgb(67,188,168); }
H1.HeaderClassName
{
color: #43BCA8;
}
.AnyTagClassName
{
color: #43BCA8;
}
</style>
background-color css
<style>
a { background-color: #43BCA8; }
a { background-color: rgb(67,188,168); }
div.DivClassName
{
background-color: #43BCA8;
}
.BgClassName
{
background-color: #43BCA8;
}
</style>
border-color css
<style>
span { border-color: #43BCA8; }
span { border-color: rgb(67,188,168); }
td.TdClassName
{
border-color: #43BCA8;
}
.TagClassName
{
border-color: #43BCA8;
}
</style>