Shades of Puerto Rico #43B99D
Tints of Puerto Rico #43B99D
RGB
CMYK
RGB Variations
Color information
#43B99D (or 0x43B99D) is known color: Puerto Rico. HEX triplet: 43, B9 and 9D. RGB value is (67,185,157). Sum of RGB (Red+Green+Blue) = 67+185+157=409 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.38% from 409); Green value is 185 (72.66% from 255 or 45.23% from 409); Blue value is 157 (61.72% from 255 or 38.39% from 409); Max value from RGB is 185 - color contains mainly: green. Hex color #43B99D is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43B99D is #BC4662. Grayscale: #929292. Windows color (decimal): -12338787 or 10336579. OLE color: 10336579.
HSL color Cylindrical-coordinate representation of color #43B99D: hue angle of 165.76º degrees, saturation: 0.47, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #43B99D is Cyan = 0.64, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 185 | 157 | - |
| CMYK | 0.64 | 0 | 0.15 | 0.27 |
| HSL | 165.76º | 0.47% | 0.49% | - |
| HSV(B) | 165.76º | 0.64% | 0.73% | - |
| XYZ | 25.75 | 38.33 | 37.94 | - |
| YUV | 146.53 | 133.91 | 71.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 185 | 157 | 0.64 | 0 | 0.15 | 0.27 | 165.76 | 0.47 | 0.49 |
| Hex | 43 | B9 | 9D | 40 | 0 | F | 1B | A6 | 2F | 31 |
| Octal | 103 | 271 | 235 | 100 | 0 | 17 | 33 | 246 | 57 | 61 |
| Binary | 1000011 | 10111001 | 10011101 | 1000000 | 0 | 1111 | 11011 | 10100110 | 101111 | 110001 |
Color Harmonies of #43B99D
Complementary color
Monochromatic Colors of #43B99D
Black with #43B99D
Text Example
Text Example
White with #43B99D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B99D; }
p { color: rgb(67,185,157); }
H1.HeaderClassName
{
color: #43B99D;
}
.AnyTagClassName
{
color: #43B99D;
}
</style>
background-color css
<style>
a { background-color: #43B99D; }
a { background-color: rgb(67,185,157); }
div.DivClassName
{
background-color: #43B99D;
}
.BgClassName
{
background-color: #43B99D;
}
</style>
border-color css
<style>
span { border-color: #43B99D; }
span { border-color: rgb(67,185,157); }
td.TdClassName
{
border-color: #43B99D;
}
.TagClassName
{
border-color: #43B99D;
}
</style>