Shades of Puerto Rico #43BDA7
Tints of Puerto Rico #43BDA7
RGB
CMYK
RGB Variations
Color information
#43BDA7 (or 0x43BDA7) is known color: Puerto Rico. HEX triplet: 43, BD and A7. RGB value is (67,189,167). Sum of RGB (Red+Green+Blue) = 67+189+167=423 (56% of max value = 765). Red value is 67 (26.56% from 255 or 15.84% from 423); Green value is 189 (74.22% from 255 or 44.68% from 423); Blue value is 167 (65.62% from 255 or 39.48% from 423); Max value from RGB is 189 - color contains mainly: green. Hex color #43BDA7 is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43BDA7 is #BC4258. Grayscale: #959595. Windows color (decimal): -12337753 or 10992963. OLE color: 10992963.
HSL color Cylindrical-coordinate representation of color #43BDA7: hue angle of 169.18º degrees, saturation: 0.48, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43BDA7 is Cyan = 0.65, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 67 | 189 | 167 | - |
| CMYK | 0.65 | 0 | 0.12 | 0.26 |
| HSL | 169.18º | 0.48% | 0.5% | - |
| HSV(B) | 169.18º | 0.65% | 0.74% | - |
| XYZ | 27.49 | 40.38 | 42.9 | - |
| YUV | 150.01 | 137.58 | 68.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 189 | 167 | 0.65 | 0 | 0.12 | 0.26 | 169.18 | 0.48 | 0.5 |
| Hex | 43 | BD | A7 | 41 | 0 | C | 1A | A9 | 30 | 32 |
| Octal | 103 | 275 | 247 | 101 | 0 | 14 | 32 | 251 | 60 | 62 |
| Binary | 1000011 | 10111101 | 10100111 | 1000001 | 0 | 1100 | 11010 | 10101001 | 110000 | 110010 |
Color Harmonies of #43BDA7
Complementary color
Monochromatic Colors of #43BDA7
Black with #43BDA7
Text Example
Text Example
White with #43BDA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BDA7; }
p { color: rgb(67,189,167); }
H1.HeaderClassName
{
color: #43BDA7;
}
.AnyTagClassName
{
color: #43BDA7;
}
</style>
background-color css
<style>
a { background-color: #43BDA7; }
a { background-color: rgb(67,189,167); }
div.DivClassName
{
background-color: #43BDA7;
}
.BgClassName
{
background-color: #43BDA7;
}
</style>
border-color css
<style>
span { border-color: #43BDA7; }
span { border-color: rgb(67,189,167); }
td.TdClassName
{
border-color: #43BDA7;
}
.TagClassName
{
border-color: #43BDA7;
}
</style>