Shades of Puerto Rico #43B9AD
Tints of Puerto Rico #43B9AD
RGB
CMYK
RGB Variations
Color information
#43B9AD (or 0x43B9AD) is known color: Puerto Rico. HEX triplet: 43, B9 and AD. RGB value is (67,185,173). Sum of RGB (Red+Green+Blue) = 67+185+173=425 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.76% from 425); Green value is 185 (72.66% from 255 or 43.53% from 425); Blue value is 173 (67.97% from 255 or 40.71% from 425); Max value from RGB is 185 - color contains mainly: green. Hex color #43B9AD is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43B9AD is #BC4652. Grayscale: #949494. Windows color (decimal): -12338771 or 11385155. OLE color: 11385155.
HSL color Cylindrical-coordinate representation of color #43B9AD: hue angle of 173.9º 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 #43B9AD is Cyan = 0.64, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 67 | 185 | 173 | - |
| CMYK | 0.64 | 0 | 0.06 | 0.27 |
| HSL | 173.9º | 0.47% | 0.49% | - |
| HSV(B) | 173.9º | 0.64% | 0.73% | - |
| XYZ | 27.21 | 38.91 | 45.61 | - |
| YUV | 148.35 | 141.91 | 69.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 185 | 173 | 0.64 | 0 | 0.06 | 0.27 | 173.9 | 0.47 | 0.49 |
| Hex | 43 | B9 | AD | 40 | 0 | 6 | 1B | AE | 2F | 31 |
| Octal | 103 | 271 | 255 | 100 | 0 | 6 | 33 | 256 | 57 | 61 |
| Binary | 1000011 | 10111001 | 10101101 | 1000000 | 0 | 110 | 11011 | 10101110 | 101111 | 110001 |
Color Harmonies of #43B9AD
Complementary color
Monochromatic Colors of #43B9AD
Black with #43B9AD
Text Example
Text Example
White with #43B9AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B9AD; }
p { color: rgb(67,185,173); }
H1.HeaderClassName
{
color: #43B9AD;
}
.AnyTagClassName
{
color: #43B9AD;
}
</style>
background-color css
<style>
a { background-color: #43B9AD; }
a { background-color: rgb(67,185,173); }
div.DivClassName
{
background-color: #43B9AD;
}
.BgClassName
{
background-color: #43B9AD;
}
</style>
border-color css
<style>
span { border-color: #43B9AD; }
span { border-color: rgb(67,185,173); }
td.TdClassName
{
border-color: #43B9AD;
}
.TagClassName
{
border-color: #43B9AD;
}
</style>