Shades of Puerto Rico #66BEAA
Tints of Puerto Rico #66BEAA
RGB
CMYK
RGB Variations
Color information
#66BEAA (or 0x66BEAA) is known color: Puerto Rico. HEX triplet: 66, BE and AA. RGB value is (102,190,170). Sum of RGB (Red+Green+Blue) = 102+190+170=462 (61% of max value = 765). Red value is 102 (40.23% from 255 or 22.08% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 170 (66.80% from 255 or 36.80% from 462); Max value from RGB is 190 - color contains mainly: green. Hex color #66BEAA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BEAA is #994155. Grayscale: #A1A1A1. Windows color (decimal): -10043734 or 11189862. OLE color: 11189862.
HSL color Cylindrical-coordinate representation of color #66BEAA: hue angle of 166.36º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #66BEAA is Cyan = 0.46, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 190 | 170 | - |
| CMYK | 0.46 | 0 | 0.11 | 0.25 |
| HSL | 166.36º | 0.4% | 0.57% | - |
| HSV(B) | 166.36º | 0.46% | 0.75% | - |
| XYZ | 31.15 | 42.55 | 44.6 | - |
| YUV | 161.41 | 132.85 | 85.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 170 | 0.46 | 0 | 0.11 | 0.25 | 166.36 | 0.4 | 0.57 |
| Hex | 66 | BE | AA | 2E | 0 | B | 19 | A6 | 28 | 39 |
| Octal | 146 | 276 | 252 | 56 | 0 | 13 | 31 | 246 | 50 | 71 |
| Binary | 1100110 | 10111110 | 10101010 | 101110 | 0 | 1011 | 11001 | 10100110 | 101000 | 111001 |
Color Harmonies of #66BEAA
Complementary color
Monochromatic Colors of #66BEAA
Black with #66BEAA
Text Example
Text Example
White with #66BEAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BEAA; }
p { color: rgb(102,190,170); }
H1.HeaderClassName
{
color: #66BEAA;
}
.AnyTagClassName
{
color: #66BEAA;
}
</style>
background-color css
<style>
a { background-color: #66BEAA; }
a { background-color: rgb(102,190,170); }
div.DivClassName
{
background-color: #66BEAA;
}
.BgClassName
{
background-color: #66BEAA;
}
</style>
border-color css
<style>
span { border-color: #66BEAA; }
span { border-color: rgb(102,190,170); }
td.TdClassName
{
border-color: #66BEAA;
}
.TagClassName
{
border-color: #66BEAA;
}
</style>