Shades of Puerto Rico #63B8A9
Tints of Puerto Rico #63B8A9
RGB
CMYK
RGB Variations
Color information
#63B8A9 (or 0x63B8A9) is known color: Puerto Rico. HEX triplet: 63, B8 and A9. RGB value is (99,184,169). Sum of RGB (Red+Green+Blue) = 99+184+169=452 (59% of max value = 765). Red value is 99 (39.06% from 255 or 21.90% from 452); Green value is 184 (72.27% from 255 or 40.71% from 452); Blue value is 169 (66.41% from 255 or 37.39% from 452); Max value from RGB is 184 - color contains mainly: green. Hex color #63B8A9 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B8A9 is #9C4756. Grayscale: #9C9C9C. Windows color (decimal): -10241879 or 11122787. OLE color: 11122787.
HSL color Cylindrical-coordinate representation of color #63B8A9: hue angle of 169.41º 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 #63B8A9 is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 99 | 184 | 169 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.28 |
| HSL | 169.41º | 0.37% | 0.55% | - |
| HSV(B) | 169.41º | 0.46% | 0.72% | - |
| XYZ | 29.45 | 39.8 | 43.67 | - |
| YUV | 156.88 | 134.84 | 86.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 184 | 169 | 0.46 | 0 | 0.08 | 0.28 | 169.41 | 0.37 | 0.55 |
| Hex | 63 | B8 | A9 | 2E | 0 | 8 | 1C | A9 | 25 | 37 |
| Octal | 143 | 270 | 251 | 56 | 0 | 10 | 34 | 251 | 45 | 67 |
| Binary | 1100011 | 10111000 | 10101001 | 101110 | 0 | 1000 | 11100 | 10101001 | 100101 | 110111 |
Color Harmonies of #63B8A9
Complementary color
Monochromatic Colors of #63B8A9
Black with #63B8A9
Text Example
Text Example
White with #63B8A9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B8A9; }
p { color: rgb(99,184,169); }
H1.HeaderClassName
{
color: #63B8A9;
}
.AnyTagClassName
{
color: #63B8A9;
}
</style>
background-color css
<style>
a { background-color: #63B8A9; }
a { background-color: rgb(99,184,169); }
div.DivClassName
{
background-color: #63B8A9;
}
.BgClassName
{
background-color: #63B8A9;
}
</style>
border-color css
<style>
span { border-color: #63B8A9; }
span { border-color: rgb(99,184,169); }
td.TdClassName
{
border-color: #63B8A9;
}
.TagClassName
{
border-color: #63B8A9;
}
</style>