Shades of Puerto Rico #43B2AF
Tints of Puerto Rico #43B2AF
RGB
CMYK
RGB Variations
Color information
#43B2AF (or 0x43B2AF) is known color: Puerto Rico. HEX triplet: 43, B2 and AF. RGB value is (67,178,175). Sum of RGB (Red+Green+Blue) = 67+178+175=420 (55% of max value = 765). Red value is 67 (26.56% from 255 or 15.95% from 420); Green value is 178 (69.92% from 255 or 42.38% from 420); Blue value is 175 (68.75% from 255 or 41.67% from 420); Max value from RGB is 178 - color contains mainly: green. Hex color #43B2AF is not a web safe color. Web safe color analog (approx): #339999. Inversed color of #43B2AF is #BC4D50. Grayscale: #909090. Windows color (decimal): -12340561 or 11514435. OLE color: 11514435.
HSL color Cylindrical-coordinate representation of color #43B2AF: hue angle of 178.38º degrees, saturation: 0.45, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #43B2AF is Cyan = 0.62, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 67 | 178 | 175 | - |
| CMYK | 0.62 | 0 | 0.02 | 0.30 |
| HSL | 178.38º | 0.45% | 0.48% | - |
| HSV(B) | 178.38º | 0.62% | 0.7% | - |
| XYZ | 25.97 | 36.13 | 46.16 | - |
| YUV | 144.47 | 145.23 | 72.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 67 | 178 | 175 | 0.62 | 0 | 0.02 | 0.30 | 178.38 | 0.45 | 0.48 |
| Hex | 43 | B2 | AF | 3E | 0 | 2 | 1E | B2 | 2D | 30 |
| Octal | 103 | 262 | 257 | 76 | 0 | 2 | 36 | 262 | 55 | 60 |
| Binary | 1000011 | 10110010 | 10101111 | 111110 | 0 | 10 | 11110 | 10110010 | 101101 | 110000 |
Color Harmonies of #43B2AF
Complementary color
Monochromatic Colors of #43B2AF
Black with #43B2AF
Text Example
Text Example
White with #43B2AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #43B2AF; }
p { color: rgb(67,178,175); }
H1.HeaderClassName
{
color: #43B2AF;
}
.AnyTagClassName
{
color: #43B2AF;
}
</style>
background-color css
<style>
a { background-color: #43B2AF; }
a { background-color: rgb(67,178,175); }
div.DivClassName
{
background-color: #43B2AF;
}
.BgClassName
{
background-color: #43B2AF;
}
</style>
border-color css
<style>
span { border-color: #43B2AF; }
span { border-color: rgb(67,178,175); }
td.TdClassName
{
border-color: #43B2AF;
}
.TagClassName
{
border-color: #43B2AF;
}
</style>