Shades of Puerto Rico #66BFAA
Tints of Puerto Rico #66BFAA
RGB
CMYK
RGB Variations
Color information
#66BFAA (or 0x66BFAA) is known color: Puerto Rico. HEX triplet: 66, BF and AA. RGB value is (102,191,170). Sum of RGB (Red+Green+Blue) = 102+191+170=463 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.03% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 170 (66.80% from 255 or 36.72% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #66BFAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BFAA is #994055. Grayscale: #A1A1A1. Windows color (decimal): -10043478 or 11190118. OLE color: 11190118.
HSL color Cylindrical-coordinate representation of color #66BFAA: hue angle of 165.84º degrees, saturation: 0.41, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #66BFAA is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 191 | 170 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.25 |
| HSL | 165.84º | 0.41% | 0.57% | - |
| HSV(B) | 165.84º | 0.47% | 0.75% | - |
| XYZ | 31.37 | 42.99 | 44.67 | - |
| YUV | 162 | 132.51 | 85.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 191 | 170 | 0.47 | 0 | 0.11 | 0.25 | 165.84 | 0.41 | 0.57 |
| Hex | 66 | BF | AA | 2F | 0 | B | 19 | A6 | 29 | 39 |
| Octal | 146 | 277 | 252 | 57 | 0 | 13 | 31 | 246 | 51 | 71 |
| Binary | 1100110 | 10111111 | 10101010 | 101111 | 0 | 1011 | 11001 | 10100110 | 101001 | 111001 |
Color Harmonies of #66BFAA
Complementary color
Monochromatic Colors of #66BFAA
Black with #66BFAA
Text Example
Text Example
White with #66BFAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BFAA; }
p { color: rgb(102,191,170); }
H1.HeaderClassName
{
color: #66BFAA;
}
.AnyTagClassName
{
color: #66BFAA;
}
</style>
background-color css
<style>
a { background-color: #66BFAA; }
a { background-color: rgb(102,191,170); }
div.DivClassName
{
background-color: #66BFAA;
}
.BgClassName
{
background-color: #66BFAA;
}
</style>
border-color css
<style>
span { border-color: #66BFAA; }
span { border-color: rgb(102,191,170); }
td.TdClassName
{
border-color: #66BFAA;
}
.TagClassName
{
border-color: #66BFAA;
}
</style>