Shades of Puerto Rico #43BEAF
Tints of Puerto Rico #43BEAF
RGB
CMYK
RGB Variations
Color information
#43BEAF (or 0x43BEAF) is known color: Puerto Rico. HEX triplet: 43, BE and AF. RGB value is (67,190,175). Sum of RGB (Red+Green+Blue) = 67+190+175=432 (57% of max value = 765). Red value is 67 (26.56% from 255 or 15.51% from 432); Green value is 190 (74.61% from 255 or 43.98% from 432); Blue value is 175 (68.75% from 255 or 40.51% from 432); Max value from RGB is 190 - color contains mainly: green. Hex color #43BEAF is not a web safe color. Web safe color analog (approx): #33CC99. Inversed color of #43BEAF is #BC4150. Grayscale: #979797. Windows color (decimal): -12337489 or 11517507. OLE color: 11517507.
HSL color Cylindrical-coordinate representation of color #43BEAF: hue angle of 172.68º degrees, saturation: 0.49, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #43BEAF is Cyan = 0.65, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 67 | 190 | 175 | - |
| CMYK | 0.65 | 0 | 0.08 | 0.25 |
| HSL | 172.68º | 0.49% | 0.5% | - |
| HSV(B) | 172.68º | 0.65% | 0.75% | - |
| XYZ | 28.47 | 41.12 | 46.99 | - |
| YUV | 151.51 | 141.25 | 67.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 190 | 175 | 0.65 | 0 | 0.08 | 0.25 | 172.68 | 0.49 | 0.5 |
| Hex | 43 | BE | AF | 41 | 0 | 8 | 19 | AD | 31 | 32 |
| Octal | 103 | 276 | 257 | 101 | 0 | 10 | 31 | 255 | 61 | 62 |
| Binary | 1000011 | 10111110 | 10101111 | 1000001 | 0 | 1000 | 11001 | 10101101 | 110001 | 110010 |
Color Harmonies of #43BEAF
Complementary color
Monochromatic Colors of #43BEAF
Black with #43BEAF
Text Example
Text Example
White with #43BEAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43BEAF; }
p { color: rgb(67,190,175); }
H1.HeaderClassName
{
color: #43BEAF;
}
.AnyTagClassName
{
color: #43BEAF;
}
</style>
background-color css
<style>
a { background-color: #43BEAF; }
a { background-color: rgb(67,190,175); }
div.DivClassName
{
background-color: #43BEAF;
}
.BgClassName
{
background-color: #43BEAF;
}
</style>
border-color css
<style>
span { border-color: #43BEAF; }
span { border-color: rgb(67,190,175); }
td.TdClassName
{
border-color: #43BEAF;
}
.TagClassName
{
border-color: #43BEAF;
}
</style>