Shades of Puerto Rico #66BEA8
Tints of Puerto Rico #66BEA8
RGB
CMYK
RGB Variations
Color information
#66BEA8 (or 0x66BEA8) is known color: Puerto Rico. HEX triplet: 66, BE and A8. RGB value is (102,190,168). Sum of RGB (Red+Green+Blue) = 102+190+168=460 (60% of max value = 765). Red value is 102 (40.23% from 255 or 22.17% from 460); Green value is 190 (74.61% from 255 or 41.30% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 190 - color contains mainly: green. Hex color #66BEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #66BEA8 is #994157. Grayscale: #A1A1A1. Windows color (decimal): -10043736 or 11058790. OLE color: 11058790.
HSL color Cylindrical-coordinate representation of color #66BEA8: hue angle of 165º 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 #66BEA8 is Cyan = 0.46, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 102 | 190 | 168 | - |
| CMYK | 0.46 | 0 | 0.12 | 0.25 |
| HSL | 165º | 0.4% | 0.57% | - |
| HSV(B) | 165º | 0.46% | 0.75% | - |
| XYZ | 30.96 | 42.48 | 43.61 | - |
| YUV | 161.18 | 131.85 | 85.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 102 | 190 | 168 | 0.46 | 0 | 0.12 | 0.25 | 165 | 0.4 | 0.57 |
| Hex | 66 | BE | A8 | 2E | 0 | C | 19 | A5 | 28 | 39 |
| Octal | 146 | 276 | 250 | 56 | 0 | 14 | 31 | 245 | 50 | 71 |
| Binary | 1100110 | 10111110 | 10101000 | 101110 | 0 | 1100 | 11001 | 10100101 | 101000 | 111001 |
Color Harmonies of #66BEA8
Complementary color
Monochromatic Colors of #66BEA8
Black with #66BEA8
Text Example
Text Example
White with #66BEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #66BEA8; }
p { color: rgb(102,190,168); }
H1.HeaderClassName
{
color: #66BEA8;
}
.AnyTagClassName
{
color: #66BEA8;
}
</style>
background-color css
<style>
a { background-color: #66BEA8; }
a { background-color: rgb(102,190,168); }
div.DivClassName
{
background-color: #66BEA8;
}
.BgClassName
{
background-color: #66BEA8;
}
</style>
border-color css
<style>
span { border-color: #66BEA8; }
span { border-color: rgb(102,190,168); }
td.TdClassName
{
border-color: #66BEA8;
}
.TagClassName
{
border-color: #66BEA8;
}
</style>