Shades of Puerto Rico #43ABA6
Tints of Puerto Rico #43ABA6
RGB
CMYK
RGB Variations
Color information
#43ABA6 (or 0x43ABA6) is known color: Puerto Rico. HEX triplet: 43, AB and A6. RGB value is (67,171,166). Sum of RGB (Red+Green+Blue) = 67+171+166=404 (53% of max value = 765). Red value is 67 (26.56% from 255 or 16.58% from 404); Green value is 171 (67.19% from 255 or 42.33% from 404); Blue value is 166 (65.23% from 255 or 41.09% from 404); Max value from RGB is 171 - color contains mainly: green. Hex color #43ABA6 is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43ABA6 is #BC5459. Grayscale: #8B8B8B. Windows color (decimal): -12342362 or 10922819. OLE color: 10922819.
HSL color Cylindrical-coordinate representation of color #43ABA6: hue angle of 177.12º degrees, saturation: 0.44, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #43ABA6 is Cyan = 0.61, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 171 | 166 | - |
| CMYK | 0.61 | 0 | 0.03 | 0.33 |
| HSL | 177.12º | 0.44% | 0.47% | - |
| HSV(B) | 177.12º | 0.61% | 0.67% | - |
| XYZ | 23.76 | 33.07 | 41.21 | - |
| YUV | 139.33 | 143.04 | 76.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 171 | 166 | 0.61 | 0 | 0.03 | 0.33 | 177.12 | 0.44 | 0.47 |
| Hex | 43 | AB | A6 | 3D | 0 | 3 | 21 | B1 | 2C | 2F |
| Octal | 103 | 253 | 246 | 75 | 0 | 3 | 41 | 261 | 54 | 57 |
| Binary | 1000011 | 10101011 | 10100110 | 111101 | 0 | 11 | 100001 | 10110001 | 101100 | 101111 |
Color Harmonies of #43ABA6
Complementary color
Monochromatic Colors of #43ABA6
Black with #43ABA6
Text Example
Text Example
White with #43ABA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43ABA6; }
p { color: rgb(67,171,166); }
H1.HeaderClassName
{
color: #43ABA6;
}
.AnyTagClassName
{
color: #43ABA6;
}
</style>
background-color css
<style>
a { background-color: #43ABA6; }
a { background-color: rgb(67,171,166); }
div.DivClassName
{
background-color: #43ABA6;
}
.BgClassName
{
background-color: #43ABA6;
}
</style>
border-color css
<style>
span { border-color: #43ABA6; }
span { border-color: rgb(67,171,166); }
td.TdClassName
{
border-color: #43ABA6;
}
.TagClassName
{
border-color: #43ABA6;
}
</style>