Shades of Puerto Rico #43B59B
Tints of Puerto Rico #43B59B
RGB
CMYK
RGB Variations
Color information
#43B59B (or 0x43B59B) is known color: Puerto Rico. HEX triplet: 43, B5 and 9B. RGB value is (67,181,155). Sum of RGB (Red+Green+Blue) = 67+181+155=403 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.63% from 403); Green value is 181 (71.09% from 255 or 44.91% from 403); Blue value is 155 (60.94% from 255 or 38.46% from 403); Max value from RGB is 181 - color contains mainly: green. Hex color #43B59B is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43B59B is #BC4A64. Grayscale: #8F8F8F. Windows color (decimal): -12339813 or 10204483. OLE color: 10204483.
HSL color Cylindrical-coordinate representation of color #43B59B: hue angle of 166.32º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43B59B is Cyan = 0.63, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 67 | 181 | 155 | - |
| CMYK | 0.63 | 0 | 0.14 | 0.29 |
| HSL | 166.32º | 0.46% | 0.49% | - |
| HSV(B) | 166.32º | 0.63% | 0.71% | - |
| XYZ | 24.76 | 36.61 | 36.77 | - |
| YUV | 143.95 | 134.23 | 73.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 181 | 155 | 0.63 | 0 | 0.14 | 0.29 | 166.32 | 0.46 | 0.49 |
| Hex | 43 | B5 | 9B | 3F | 0 | E | 1D | A6 | 2E | 31 |
| Octal | 103 | 265 | 233 | 77 | 0 | 16 | 35 | 246 | 56 | 61 |
| Binary | 1000011 | 10110101 | 10011011 | 111111 | 0 | 1110 | 11101 | 10100110 | 101110 | 110001 |
Color Harmonies of #43B59B
Complementary color
Monochromatic Colors of #43B59B
Black with #43B59B
Text Example
Text Example
White with #43B59B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B59B; }
p { color: rgb(67,181,155); }
H1.HeaderClassName
{
color: #43B59B;
}
.AnyTagClassName
{
color: #43B59B;
}
</style>
background-color css
<style>
a { background-color: #43B59B; }
a { background-color: rgb(67,181,155); }
div.DivClassName
{
background-color: #43B59B;
}
.BgClassName
{
background-color: #43B59B;
}
</style>
border-color css
<style>
span { border-color: #43B59B; }
span { border-color: rgb(67,181,155); }
td.TdClassName
{
border-color: #43B59B;
}
.TagClassName
{
border-color: #43B59B;
}
</style>