Shades of Puerto Rico #43BAA6
Tints of Puerto Rico #43BAA6
RGB
CMYK
RGB Variations
Color information
#43BAA6 (or 0x43BAA6) is known color: Puerto Rico. HEX triplet: 43, BA and A6. RGB value is (67,186,166). Sum of RGB (Red+Green+Blue) = 67+186+166=419 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.99% from 419); Green value is 186 (73.05% from 255 or 44.39% from 419); Blue value is 166 (65.23% from 255 or 39.62% from 419); Max value from RGB is 186 - color contains mainly: green. Hex color #43BAA6 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43BAA6 is #BC4559. Grayscale: #949494. Windows color (decimal): -12338522 or 10926659. OLE color: 10926659.
HSL color Cylindrical-coordinate representation of color #43BAA6: hue angle of 169.92º degrees, saturation: 0.47, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43BAA6 is Cyan = 0.64, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 186 | 166 | - |
| CMYK | 0.64 | 0 | 0.11 | 0.27 |
| HSL | 169.92º | 0.47% | 0.5% | - |
| HSV(B) | 169.92º | 0.64% | 0.73% | - |
| XYZ | 26.76 | 39.06 | 42.21 | - |
| YUV | 148.14 | 138.08 | 70.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 186 | 166 | 0.64 | 0 | 0.11 | 0.27 | 169.92 | 0.47 | 0.5 |
| Hex | 43 | BA | A6 | 40 | 0 | B | 1B | AA | 2F | 32 |
| Octal | 103 | 272 | 246 | 100 | 0 | 13 | 33 | 252 | 57 | 62 |
| Binary | 1000011 | 10111010 | 10100110 | 1000000 | 0 | 1011 | 11011 | 10101010 | 101111 | 110010 |
Color Harmonies of #43BAA6
Complementary color
Monochromatic Colors of #43BAA6
Black with #43BAA6
Text Example
Text Example
White with #43BAA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BAA6; }
p { color: rgb(67,186,166); }
H1.HeaderClassName
{
color: #43BAA6;
}
.AnyTagClassName
{
color: #43BAA6;
}
</style>
background-color css
<style>
a { background-color: #43BAA6; }
a { background-color: rgb(67,186,166); }
div.DivClassName
{
background-color: #43BAA6;
}
.BgClassName
{
background-color: #43BAA6;
}
</style>
border-color css
<style>
span { border-color: #43BAA6; }
span { border-color: rgb(67,186,166); }
td.TdClassName
{
border-color: #43BAA6;
}
.TagClassName
{
border-color: #43BAA6;
}
</style>