Shades of Puerto Rico #43B0AA
Tints of Puerto Rico #43B0AA
RGB
CMYK
RGB Variations
Color information
#43B0AA (or 0x43B0AA) is known color: Puerto Rico. HEX triplet: 43, B0 and AA. RGB value is (67,176,170). Sum of RGB (Red+Green+Blue) = 67+176+170=413 (54% of max value = 765). Red value is 67 (26.56% from 255 or 16.22% from 413); Green value is 176 (69.14% from 255 or 42.62% from 413); Blue value is 170 (66.80% from 255 or 41.16% from 413); Max value from RGB is 176 - color contains mainly: green. Hex color #43B0AA is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43B0AA is #BC4F55. Grayscale: #8E8E8E. Windows color (decimal): -12341078 or 11186243. OLE color: 11186243.
HSL color Cylindrical-coordinate representation of color #43B0AA: hue angle of 176.7º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43B0AA is Cyan = 0.62, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 67 | 176 | 170 | - |
| CMYK | 0.62 | 0 | 0.03 | 0.31 |
| HSL | 176.7º | 0.45% | 0.48% | - |
| HSV(B) | 176.7º | 0.62% | 0.69% | - |
| XYZ | 25.1 | 35.15 | 43.49 | - |
| YUV | 142.73 | 143.39 | 73.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 176 | 170 | 0.62 | 0 | 0.03 | 0.31 | 176.7 | 0.45 | 0.48 |
| Hex | 43 | B0 | AA | 3E | 0 | 3 | 1F | B1 | 2D | 30 |
| Octal | 103 | 260 | 252 | 76 | 0 | 3 | 37 | 261 | 55 | 60 |
| Binary | 1000011 | 10110000 | 10101010 | 111110 | 0 | 11 | 11111 | 10110001 | 101101 | 110000 |
Color Harmonies of #43B0AA
Complementary color
Monochromatic Colors of #43B0AA
Black with #43B0AA
Text Example
Text Example
White with #43B0AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B0AA; }
p { color: rgb(67,176,170); }
H1.HeaderClassName
{
color: #43B0AA;
}
.AnyTagClassName
{
color: #43B0AA;
}
</style>
background-color css
<style>
a { background-color: #43B0AA; }
a { background-color: rgb(67,176,170); }
div.DivClassName
{
background-color: #43B0AA;
}
.BgClassName
{
background-color: #43B0AA;
}
</style>
border-color css
<style>
span { border-color: #43B0AA; }
span { border-color: rgb(67,176,170); }
td.TdClassName
{
border-color: #43B0AA;
}
.TagClassName
{
border-color: #43B0AA;
}
</style>