Shades of Puerto Rico #43B79A
Tints of Puerto Rico #43B79A
RGB
CMYK
RGB Variations
Color information
#43B79A (or 0x43B79A) is known color: Puerto Rico. HEX triplet: 43, B7 and 9A. RGB value is (67,183,154). Sum of RGB (Red+Green+Blue) = 67+183+154=404 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.58% from 404); Green value is 183 (71.88% from 255 or 45.30% from 404); Blue value is 154 (60.55% from 255 or 38.12% from 404); Max value from RGB is 183 - color contains mainly: green. Hex color #43B79A is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43B79A is #BC4865. Grayscale: #919191. Windows color (decimal): -12339302 or 10139459. OLE color: 10139459.
HSL color Cylindrical-coordinate representation of color #43B79A: hue angle of 165º degrees, saturation: 0.46, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #43B79A is Cyan = 0.63, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 67 | 183 | 154 | - |
| CMYK | 0.63 | 0 | 0.16 | 0.28 |
| HSL | 165º | 0.46% | 0.49% | - |
| HSV(B) | 165º | 0.63% | 0.72% | - |
| XYZ | 25.08 | 37.39 | 36.47 | - |
| YUV | 145.01 | 133.07 | 72.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 183 | 154 | 0.63 | 0 | 0.16 | 0.28 | 165 | 0.46 | 0.49 |
| Hex | 43 | B7 | 9A | 3F | 0 | 10 | 1C | A5 | 2E | 31 |
| Octal | 103 | 267 | 232 | 77 | 0 | 20 | 34 | 245 | 56 | 61 |
| Binary | 1000011 | 10110111 | 10011010 | 111111 | 0 | 10000 | 11100 | 10100101 | 101110 | 110001 |
Color Harmonies of #43B79A
Complementary color
Monochromatic Colors of #43B79A
Black with #43B79A
Text Example
Text Example
White with #43B79A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B79A; }
p { color: rgb(67,183,154); }
H1.HeaderClassName
{
color: #43B79A;
}
.AnyTagClassName
{
color: #43B79A;
}
</style>
background-color css
<style>
a { background-color: #43B79A; }
a { background-color: rgb(67,183,154); }
div.DivClassName
{
background-color: #43B79A;
}
.BgClassName
{
background-color: #43B79A;
}
</style>
border-color css
<style>
span { border-color: #43B79A; }
span { border-color: rgb(67,183,154); }
td.TdClassName
{
border-color: #43B79A;
}
.TagClassName
{
border-color: #43B79A;
}
</style>