Shades of Puerto Rico #63C0A7
Tints of Puerto Rico #63C0A7
RGB
CMYK
RGB Variations
Color information
#63C0A7 (or 0x63C0A7) is known color: Puerto Rico. HEX triplet: 63, C0 and A7. RGB value is (99,192,167). Sum of RGB (Red+Green+Blue) = 99+192+167=458 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.62% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 167 (65.62% from 255 or 36.46% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #63C0A7 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63C0A7 is #9C3F58. Grayscale: #A1A1A1. Windows color (decimal): -10239833 or 10993763. OLE color: 10993763.
HSL color Cylindrical-coordinate representation of color #63C0A7: hue angle of 163.87º degrees, saturation: 0.42, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63C0A7 is Cyan = 0.48, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 192 | 167 | - |
| CMYK | 0.48 | 0 | 0.13 | 0.25 |
| HSL | 163.87º | 0.42% | 0.57% | - |
| HSV(B) | 163.87º | 0.48% | 0.75% | - |
| XYZ | 30.97 | 43.14 | 43.25 | - |
| YUV | 161.34 | 131.19 | 83.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 192 | 167 | 0.48 | 0 | 0.13 | 0.25 | 163.87 | 0.42 | 0.57 |
| Hex | 63 | C0 | A7 | 30 | 0 | D | 19 | A4 | 2A | 39 |
| Octal | 143 | 300 | 247 | 60 | 0 | 15 | 31 | 244 | 52 | 71 |
| Binary | 1100011 | 11000000 | 10100111 | 110000 | 0 | 1101 | 11001 | 10100100 | 101010 | 111001 |
Color Harmonies of #63C0A7
Complementary color
Monochromatic Colors of #63C0A7
Black with #63C0A7
Text Example
Text Example
White with #63C0A7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C0A7; }
p { color: rgb(99,192,167); }
H1.HeaderClassName
{
color: #63C0A7;
}
.AnyTagClassName
{
color: #63C0A7;
}
</style>
background-color css
<style>
a { background-color: #63C0A7; }
a { background-color: rgb(99,192,167); }
div.DivClassName
{
background-color: #63C0A7;
}
.BgClassName
{
background-color: #63C0A7;
}
</style>
border-color css
<style>
span { border-color: #63C0A7; }
span { border-color: rgb(99,192,167); }
td.TdClassName
{
border-color: #63C0A7;
}
.TagClassName
{
border-color: #63C0A7;
}
</style>