Shades of Puerto Rico #63B9AA
Tints of Puerto Rico #63B9AA
RGB
CMYK
RGB Variations
Color information
#63B9AA (or 0x63B9AA) is known color: Puerto Rico. HEX triplet: 63, B9 and AA. RGB value is (99,185,170). Sum of RGB (Red+Green+Blue) = 99+185+170=454 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.81% from 454); Green value is 185 (72.66% from 255 or 40.75% from 454); Blue value is 170 (66.80% from 255 or 37.44% from 454); Max value from RGB is 185 - color contains mainly: green. Hex color #63B9AA is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B9AA is #9C4655. Grayscale: #9D9D9D. Windows color (decimal): -10241622 or 11188579. OLE color: 11188579.
HSL color Cylindrical-coordinate representation of color #63B9AA: hue angle of 169.53º degrees, saturation: 0.38, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #63B9AA is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 185 | 170 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.27 |
| HSL | 169.53º | 0.38% | 0.56% | - |
| HSV(B) | 169.53º | 0.46% | 0.73% | - |
| XYZ | 29.75 | 40.25 | 44.23 | - |
| YUV | 157.58 | 135.01 | 86.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 185 | 170 | 0.46 | 0 | 0.08 | 0.27 | 169.53 | 0.38 | 0.56 |
| Hex | 63 | B9 | AA | 2E | 0 | 8 | 1B | AA | 26 | 38 |
| Octal | 143 | 271 | 252 | 56 | 0 | 10 | 33 | 252 | 46 | 70 |
| Binary | 1100011 | 10111001 | 10101010 | 101110 | 0 | 1000 | 11011 | 10101010 | 100110 | 111000 |
Color Harmonies of #63B9AA
Complementary color
Monochromatic Colors of #63B9AA
Black with #63B9AA
Text Example
Text Example
White with #63B9AA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B9AA; }
p { color: rgb(99,185,170); }
H1.HeaderClassName
{
color: #63B9AA;
}
.AnyTagClassName
{
color: #63B9AA;
}
</style>
background-color css
<style>
a { background-color: #63B9AA; }
a { background-color: rgb(99,185,170); }
div.DivClassName
{
background-color: #63B9AA;
}
.BgClassName
{
background-color: #63B9AA;
}
</style>
border-color css
<style>
span { border-color: #63B9AA; }
span { border-color: rgb(99,185,170); }
td.TdClassName
{
border-color: #63B9AA;
}
.TagClassName
{
border-color: #63B9AA;
}
</style>