Shades of Puerto Rico #43B49C
Tints of Puerto Rico #43B49C
RGB
CMYK
RGB Variations
Color information
#43B49C (or 0x43B49C) is known color: Puerto Rico. HEX triplet: 43, B4 and 9C. RGB value is (67,180,156). Sum of RGB (Red+Green+Blue) = 67+180+156=403 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.63% from 403); Green value is 180 (70.70% from 255 or 44.67% from 403); Blue value is 156 (61.33% from 255 or 38.71% from 403); Max value from RGB is 180 - color contains mainly: green. Hex color #43B49C is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43B49C is #BC4B63. Grayscale: #8F8F8F. Windows color (decimal): -12340068 or 10269763. OLE color: 10269763.
HSL color Cylindrical-coordinate representation of color #43B49C: hue angle of 167.26º degrees, saturation: 0.46, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43B49C is Cyan = 0.63, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 67 | 180 | 156 | - |
| CMYK | 0.63 | 0 | 0.13 | 0.29 |
| HSL | 167.26º | 0.46% | 0.48% | - |
| HSV(B) | 167.26º | 0.63% | 0.71% | - |
| XYZ | 24.64 | 36.24 | 37.15 | - |
| YUV | 143.48 | 135.06 | 73.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 180 | 156 | 0.63 | 0 | 0.13 | 0.29 | 167.26 | 0.46 | 0.48 |
| Hex | 43 | B4 | 9C | 3F | 0 | D | 1D | A7 | 2E | 30 |
| Octal | 103 | 264 | 234 | 77 | 0 | 15 | 35 | 247 | 56 | 60 |
| Binary | 1000011 | 10110100 | 10011100 | 111111 | 0 | 1101 | 11101 | 10100111 | 101110 | 110000 |
Color Harmonies of #43B49C
Complementary color
Monochromatic Colors of #43B49C
Black with #43B49C
Text Example
Text Example
White with #43B49C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B49C; }
p { color: rgb(67,180,156); }
H1.HeaderClassName
{
color: #43B49C;
}
.AnyTagClassName
{
color: #43B49C;
}
</style>
background-color css
<style>
a { background-color: #43B49C; }
a { background-color: rgb(67,180,156); }
div.DivClassName
{
background-color: #43B49C;
}
.BgClassName
{
background-color: #43B49C;
}
</style>
border-color css
<style>
span { border-color: #43B49C; }
span { border-color: rgb(67,180,156); }
td.TdClassName
{
border-color: #43B49C;
}
.TagClassName
{
border-color: #43B49C;
}
</style>