Shades of Puerto Rico #43BCAC
Tints of Puerto Rico #43BCAC
RGB
CMYK
RGB Variations
Color information
#43BCAC (or 0x43BCAC) is known color: Puerto Rico. HEX triplet: 43, BC and AC. RGB value is (67,188,172). Sum of RGB (Red+Green+Blue) = 67+188+172=427 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.69% from 427); Green value is 188 (73.83% from 255 or 44.03% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 188 - color contains mainly: green. Hex color #43BCAC is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43BCAC is #BC4353. Grayscale: #959595. Windows color (decimal): -12338004 or 11320387. OLE color: 11320387.
HSL color Cylindrical-coordinate representation of color #43BCAC: hue angle of 172.07º 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 #43BCAC is Cyan = 0.64, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 188 | 172 | - |
| CMYK | 0.64 | 0 | 0.09 | 0.26 |
| HSL | 172.07º | 0.47% | 0.5% | - |
| HSV(B) | 172.07º | 0.64% | 0.74% | - |
| XYZ | 27.74 | 40.14 | 45.31 | - |
| YUV | 150 | 140.41 | 68.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 188 | 172 | 0.64 | 0 | 0.09 | 0.26 | 172.07 | 0.47 | 0.5 |
| Hex | 43 | BC | AC | 40 | 0 | 9 | 1A | AC | 2F | 32 |
| Octal | 103 | 274 | 254 | 100 | 0 | 11 | 32 | 254 | 57 | 62 |
| Binary | 1000011 | 10111100 | 10101100 | 1000000 | 0 | 1001 | 11010 | 10101100 | 101111 | 110010 |
Color Harmonies of #43BCAC
Complementary color
Monochromatic Colors of #43BCAC
Black with #43BCAC
Text Example
Text Example
White with #43BCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BCAC; }
p { color: rgb(67,188,172); }
H1.HeaderClassName
{
color: #43BCAC;
}
.AnyTagClassName
{
color: #43BCAC;
}
</style>
background-color css
<style>
a { background-color: #43BCAC; }
a { background-color: rgb(67,188,172); }
div.DivClassName
{
background-color: #43BCAC;
}
.BgClassName
{
background-color: #43BCAC;
}
</style>
border-color css
<style>
span { border-color: #43BCAC; }
span { border-color: rgb(67,188,172); }
td.TdClassName
{
border-color: #43BCAC;
}
.TagClassName
{
border-color: #43BCAC;
}
</style>