Shades of Puerto Rico #63C0A5
Tints of Puerto Rico #63C0A5
RGB
CMYK
RGB Variations
Color information
#63C0A5 (or 0x63C0A5) is known color: Puerto Rico. HEX triplet: 63, C0 and A5. RGB value is (99,192,165). Sum of RGB (Red+Green+Blue) = 99+192+165=456 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.71% from 456); Green value is 192 (75.39% from 255 or 42.11% from 456); Blue value is 165 (64.84% from 255 or 36.18% from 456); Max value from RGB is 192 - color contains mainly: green. Hex color #63C0A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63C0A5 is #9C3F5A. Grayscale: #A1A1A1. Windows color (decimal): -10239835 or 10862691. OLE color: 10862691.
HSL color Cylindrical-coordinate representation of color #63C0A5: hue angle of 162.58º 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 #63C0A5 is Cyan = 0.48, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 192 | 165 | - |
| CMYK | 0.48 | 0 | 0.14 | 0.25 |
| HSL | 162.58º | 0.42% | 0.57% | - |
| HSV(B) | 162.58º | 0.48% | 0.75% | - |
| XYZ | 30.79 | 43.07 | 42.29 | - |
| YUV | 161.12 | 130.19 | 83.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 192 | 165 | 0.48 | 0 | 0.14 | 0.25 | 162.58 | 0.42 | 0.57 |
| Hex | 63 | C0 | A5 | 30 | 0 | E | 19 | A3 | 2A | 39 |
| Octal | 143 | 300 | 245 | 60 | 0 | 16 | 31 | 243 | 52 | 71 |
| Binary | 1100011 | 11000000 | 10100101 | 110000 | 0 | 1110 | 11001 | 10100011 | 101010 | 111001 |
Color Harmonies of #63C0A5
Complementary color
Monochromatic Colors of #63C0A5
Black with #63C0A5
Text Example
Text Example
White with #63C0A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C0A5; }
p { color: rgb(99,192,165); }
H1.HeaderClassName
{
color: #63C0A5;
}
.AnyTagClassName
{
color: #63C0A5;
}
</style>
background-color css
<style>
a { background-color: #63C0A5; }
a { background-color: rgb(99,192,165); }
div.DivClassName
{
background-color: #63C0A5;
}
.BgClassName
{
background-color: #63C0A5;
}
</style>
border-color css
<style>
span { border-color: #63C0A5; }
span { border-color: rgb(99,192,165); }
td.TdClassName
{
border-color: #63C0A5;
}
.TagClassName
{
border-color: #63C0A5;
}
</style>