Shades of Puerto Rico #66BCAB
Tints of Puerto Rico #66BCAB
RGB
CMYK
RGB Variations
Color information
#66BCAB (or 0x66BCAB) is known color: Puerto Rico. HEX triplet: 66, BC and AB. RGB value is (102,188,171). Sum of RGB (Red+Green+Blue) = 102+188+171=461 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.13% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 171 (67.19% from 255 or 37.09% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #66BCAB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BCAB is #994354. Grayscale: #A0A0A0. Windows color (decimal): -10044245 or 11254886. OLE color: 11254886.
HSL color Cylindrical-coordinate representation of color #66BCAB: hue angle of 168.14º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BCAB is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 102 | 188 | 171 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.26 |
| HSL | 168.14º | 0.39% | 0.57% | - |
| HSV(B) | 168.14º | 0.46% | 0.74% | - |
| XYZ | 30.81 | 41.73 | 44.96 | - |
| YUV | 160.35 | 134.01 | 86.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 188 | 171 | 0.46 | 0 | 0.09 | 0.26 | 168.14 | 0.39 | 0.57 |
| Hex | 66 | BC | AB | 2E | 0 | 9 | 1A | A8 | 27 | 39 |
| Octal | 146 | 274 | 253 | 56 | 0 | 11 | 32 | 250 | 47 | 71 |
| Binary | 1100110 | 10111100 | 10101011 | 101110 | 0 | 1001 | 11010 | 10101000 | 100111 | 111001 |
Color Harmonies of #66BCAB
Complementary color
Monochromatic Colors of #66BCAB
Black with #66BCAB
Text Example
Text Example
White with #66BCAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BCAB; }
p { color: rgb(102,188,171); }
H1.HeaderClassName
{
color: #66BCAB;
}
.AnyTagClassName
{
color: #66BCAB;
}
</style>
background-color css
<style>
a { background-color: #66BCAB; }
a { background-color: rgb(102,188,171); }
div.DivClassName
{
background-color: #66BCAB;
}
.BgClassName
{
background-color: #66BCAB;
}
</style>
border-color css
<style>
span { border-color: #66BCAB; }
span { border-color: rgb(102,188,171); }
td.TdClassName
{
border-color: #66BCAB;
}
.TagClassName
{
border-color: #66BCAB;
}
</style>