Shades of Puerto Rico #67BFAB
Tints of Puerto Rico #67BFAB
RGB
CMYK
RGB Variations
Color information
#67BFAB (or 0x67BFAB) is known color: Puerto Rico. HEX triplet: 67, BF and AB. RGB value is (103,191,171). Sum of RGB (Red+Green+Blue) = 103+191+171=465 (61% of max value = 765). Red value is 103 (40.62% from 255 or 22.15% from 465); Green value is 191 (75% from 255 or 41.08% from 465); Blue value is 171 (67.19% from 255 or 36.77% from 465); Max value from RGB is 191 - color contains mainly: green. Hex color #67BFAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BFAB is #984054. Grayscale: #A2A2A2. Windows color (decimal): -9977941 or 11255655. OLE color: 11255655.
HSL color Cylindrical-coordinate representation of color #67BFAB: hue angle of 166.36º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67BFAB is Cyan = 0.46, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 191 | 171 | - |
| CMYK | 0.46 | 0 | 0.10 | 0.25 |
| HSL | 166.36º | 0.41% | 0.58% | - |
| HSV(B) | 166.36º | 0.46% | 0.75% | - |
| XYZ | 31.58 | 43.09 | 45.18 | - |
| YUV | 162.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 191 | 171 | 0.46 | 0 | 0.10 | 0.25 | 166.36 | 0.41 | 0.58 |
| Hex | 67 | BF | AB | 2E | 0 | A | 19 | A6 | 29 | 3A |
| Octal | 147 | 277 | 253 | 56 | 0 | 12 | 31 | 246 | 51 | 72 |
| Binary | 1100111 | 10111111 | 10101011 | 101110 | 0 | 1010 | 11001 | 10100110 | 101001 | 111010 |
Color Harmonies of #67BFAB
Complementary color
Monochromatic Colors of #67BFAB
Black with #67BFAB
Text Example
Text Example
White with #67BFAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BFAB; }
p { color: rgb(103,191,171); }
H1.HeaderClassName
{
color: #67BFAB;
}
.AnyTagClassName
{
color: #67BFAB;
}
</style>
background-color css
<style>
a { background-color: #67BFAB; }
a { background-color: rgb(103,191,171); }
div.DivClassName
{
background-color: #67BFAB;
}
.BgClassName
{
background-color: #67BFAB;
}
</style>
border-color css
<style>
span { border-color: #67BFAB; }
span { border-color: rgb(103,191,171); }
td.TdClassName
{
border-color: #67BFAB;
}
.TagClassName
{
border-color: #67BFAB;
}
</style>