Shades of Puerto Rico #63B7A6
Tints of Puerto Rico #63B7A6
RGB
CMYK
RGB Variations
Color information
#63B7A6 (or 0x63B7A6) is known color: Puerto Rico. HEX triplet: 63, B7 and A6. RGB value is (99,183,166). Sum of RGB (Red+Green+Blue) = 99+183+166=448 (59% of max value = 765). Red value is 99 (39.06% from 255 or 22.10% from 448); Green value is 183 (71.88% from 255 or 40.85% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 183 - color contains mainly: green. Hex color #63B7A6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B7A6 is #9C4859. Grayscale: #9B9B9B. Windows color (decimal): -10242138 or 10925923. OLE color: 10925923.
HSL color Cylindrical-coordinate representation of color #63B7A6: hue angle of 167.86º degrees, saturation: 0.37, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63B7A6 is Cyan = 0.46, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 99 | 183 | 166 | - |
| CMYK | 0.46 | 0 | 0.09 | 0.28 |
| HSL | 167.86º | 0.37% | 0.55% | - |
| HSV(B) | 167.86º | 0.46% | 0.72% | - |
| XYZ | 28.96 | 39.27 | 42.13 | - |
| YUV | 155.95 | 133.67 | 87.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 183 | 166 | 0.46 | 0 | 0.09 | 0.28 | 167.86 | 0.37 | 0.55 |
| Hex | 63 | B7 | A6 | 2E | 0 | 9 | 1C | A8 | 25 | 37 |
| Octal | 143 | 267 | 246 | 56 | 0 | 11 | 34 | 250 | 45 | 67 |
| Binary | 1100011 | 10110111 | 10100110 | 101110 | 0 | 1001 | 11100 | 10101000 | 100101 | 110111 |
Color Harmonies of #63B7A6
Complementary color
Monochromatic Colors of #63B7A6
Black with #63B7A6
Text Example
Text Example
White with #63B7A6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B7A6; }
p { color: rgb(99,183,166); }
H1.HeaderClassName
{
color: #63B7A6;
}
.AnyTagClassName
{
color: #63B7A6;
}
</style>
background-color css
<style>
a { background-color: #63B7A6; }
a { background-color: rgb(99,183,166); }
div.DivClassName
{
background-color: #63B7A6;
}
.BgClassName
{
background-color: #63B7A6;
}
</style>
border-color css
<style>
span { border-color: #63B7A6; }
span { border-color: rgb(99,183,166); }
td.TdClassName
{
border-color: #63B7A6;
}
.TagClassName
{
border-color: #63B7A6;
}
</style>