Shades of Puerto Rico #43AC9C
Tints of Puerto Rico #43AC9C
RGB
CMYK
RGB Variations
Color information
#43AC9C (or 0x43AC9C) is known color: Puerto Rico. HEX triplet: 43, AC and 9C. RGB value is (67,172,156). Sum of RGB (Red+Green+Blue) = 67+172+156=395 (52% of max value = 765). Red value is 67 (26.56% from 255 or 16.96% from 395); Green value is 172 (67.58% from 255 or 43.54% from 395); Blue value is 156 (61.33% from 255 or 39.49% from 395); Max value from RGB is 172 - color contains mainly: green. Hex color #43AC9C is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43AC9C is #BC5363. Grayscale: #8A8A8A. Windows color (decimal): -12342116 or 10267715. OLE color: 10267715.
HSL color Cylindrical-coordinate representation of color #43AC9C: hue angle of 170.86º 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 #43AC9C is Cyan = 0.61, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 67 | 172 | 156 | - |
| CMYK | 0.61 | 0 | 0.09 | 0.33 |
| HSL | 170.86º | 0.44% | 0.47% | - |
| HSV(B) | 170.86º | 0.61% | 0.67% | - |
| XYZ | 23.07 | 33.1 | 36.63 | - |
| YUV | 138.78 | 137.71 | 76.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 172 | 156 | 0.61 | 0 | 0.09 | 0.33 | 170.86 | 0.44 | 0.47 |
| Hex | 43 | AC | 9C | 3D | 0 | 9 | 21 | AB | 2C | 2F |
| Octal | 103 | 254 | 234 | 75 | 0 | 11 | 41 | 253 | 54 | 57 |
| Binary | 1000011 | 10101100 | 10011100 | 111101 | 0 | 1001 | 100001 | 10101011 | 101100 | 101111 |
Color Harmonies of #43AC9C
Complementary color
Monochromatic Colors of #43AC9C
Black with #43AC9C
Text Example
Text Example
White with #43AC9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43AC9C; }
p { color: rgb(67,172,156); }
H1.HeaderClassName
{
color: #43AC9C;
}
.AnyTagClassName
{
color: #43AC9C;
}
</style>
background-color css
<style>
a { background-color: #43AC9C; }
a { background-color: rgb(67,172,156); }
div.DivClassName
{
background-color: #43AC9C;
}
.BgClassName
{
background-color: #43AC9C;
}
</style>
border-color css
<style>
span { border-color: #43AC9C; }
span { border-color: rgb(67,172,156); }
td.TdClassName
{
border-color: #43AC9C;
}
.TagClassName
{
border-color: #43AC9C;
}
</style>