Shades of Puerto Rico #63BCAE
Tints of Puerto Rico #63BCAE
RGB
CMYK
RGB Variations
Color information
#63BCAE (or 0x63BCAE) is known color: Puerto Rico. HEX triplet: 63, BC and AE. RGB value is (99,188,174). Sum of RGB (Red+Green+Blue) = 99+188+174=461 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.48% from 461); Green value is 188 (73.83% from 255 or 40.78% from 461); Blue value is 174 (68.36% from 255 or 37.74% from 461); Max value from RGB is 188 - color contains mainly: green. Hex color #63BCAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BCAE is #9C4351. Grayscale: #9F9F9F. Windows color (decimal): -10240850 or 11451491. OLE color: 11451491.
HSL color Cylindrical-coordinate representation of color #63BCAE: hue angle of 170.56º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #63BCAE is Cyan = 0.47, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 188 | 174 | - |
| CMYK | 0.47 | 0 | 0.07 | 0.26 |
| HSL | 170.56º | 0.4% | 0.56% | - |
| HSV(B) | 170.56º | 0.47% | 0.74% | - |
| XYZ | 30.77 | 41.68 | 46.47 | - |
| YUV | 159.79 | 136.01 | 84.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 188 | 174 | 0.47 | 0 | 0.07 | 0.26 | 170.56 | 0.4 | 0.56 |
| Hex | 63 | BC | AE | 2F | 0 | 7 | 1A | AB | 28 | 38 |
| Octal | 143 | 274 | 256 | 57 | 0 | 7 | 32 | 253 | 50 | 70 |
| Binary | 1100011 | 10111100 | 10101110 | 101111 | 0 | 111 | 11010 | 10101011 | 101000 | 111000 |
Color Harmonies of #63BCAE
Complementary color
Monochromatic Colors of #63BCAE
Black with #63BCAE
Text Example
Text Example
White with #63BCAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BCAE; }
p { color: rgb(99,188,174); }
H1.HeaderClassName
{
color: #63BCAE;
}
.AnyTagClassName
{
color: #63BCAE;
}
</style>
background-color css
<style>
a { background-color: #63BCAE; }
a { background-color: rgb(99,188,174); }
div.DivClassName
{
background-color: #63BCAE;
}
.BgClassName
{
background-color: #63BCAE;
}
</style>
border-color css
<style>
span { border-color: #63BCAE; }
span { border-color: rgb(99,188,174); }
td.TdClassName
{
border-color: #63BCAE;
}
.TagClassName
{
border-color: #63BCAE;
}
</style>