Shades of Puerto Rico #63BFAE
Tints of Puerto Rico #63BFAE
RGB
CMYK
RGB Variations
Color information
#63BFAE (or 0x63BFAE) is known color: Puerto Rico. HEX triplet: 63, BF and AE. RGB value is (99,191,174). Sum of RGB (Red+Green+Blue) = 99+191+174=464 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.34% from 464); Green value is 191 (75% from 255 or 41.16% from 464); Blue value is 174 (68.36% from 255 or 37.5% from 464); Max value from RGB is 191 - color contains mainly: green. Hex color #63BFAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BFAE is #9C4051. Grayscale: #A1A1A1. Windows color (decimal): -10240082 or 11452259. OLE color: 11452259.
HSL color Cylindrical-coordinate representation of color #63BFAE: hue angle of 168.91º 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 #63BFAE is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 99 | 191 | 174 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.25 |
| HSL | 168.91º | 0.42% | 0.57% | - |
| HSV(B) | 168.91º | 0.48% | 0.75% | - |
| XYZ | 31.42 | 42.97 | 46.68 | - |
| YUV | 161.55 | 135.02 | 83.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 191 | 174 | 0.48 | 0 | 0.09 | 0.25 | 168.91 | 0.42 | 0.57 |
| Hex | 63 | BF | AE | 30 | 0 | 9 | 19 | A9 | 2A | 39 |
| Octal | 143 | 277 | 256 | 60 | 0 | 11 | 31 | 251 | 52 | 71 |
| Binary | 1100011 | 10111111 | 10101110 | 110000 | 0 | 1001 | 11001 | 10101001 | 101010 | 111001 |
Color Harmonies of #63BFAE
Complementary color
Monochromatic Colors of #63BFAE
Black with #63BFAE
Text Example
Text Example
White with #63BFAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BFAE; }
p { color: rgb(99,191,174); }
H1.HeaderClassName
{
color: #63BFAE;
}
.AnyTagClassName
{
color: #63BFAE;
}
</style>
background-color css
<style>
a { background-color: #63BFAE; }
a { background-color: rgb(99,191,174); }
div.DivClassName
{
background-color: #63BFAE;
}
.BgClassName
{
background-color: #63BFAE;
}
</style>
border-color css
<style>
span { border-color: #63BFAE; }
span { border-color: rgb(99,191,174); }
td.TdClassName
{
border-color: #63BFAE;
}
.TagClassName
{
border-color: #63BFAE;
}
</style>