Shades of Puerto Rico #63B9AB
Tints of Puerto Rico #63B9AB
RGB
CMYK
RGB Variations
Color information
#63B9AB (or 0x63B9AB) is known color: Puerto Rico. HEX triplet: 63, B9 and AB. RGB value is (99,185,171). Sum of RGB (Red+Green+Blue) = 99+185+171=455 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.76% from 455); Green value is 185 (72.66% from 255 or 40.66% from 455); Blue value is 171 (67.19% from 255 or 37.58% from 455); Max value from RGB is 185 - color contains mainly: green. Hex color #63B9AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63B9AB is #9C4654. Grayscale: #9D9D9D. Windows color (decimal): -10241621 or 11254115. OLE color: 11254115.
HSL color Cylindrical-coordinate representation of color #63B9AB: hue angle of 170.23º 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 #63B9AB is Cyan = 0.46, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 99 | 185 | 171 | - |
| CMYK | 0.46 | 0 | 0.08 | 0.27 |
| HSL | 170.23º | 0.38% | 0.56% | - |
| HSV(B) | 170.23º | 0.46% | 0.73% | - |
| XYZ | 29.85 | 40.29 | 44.73 | - |
| YUV | 157.69 | 135.51 | 86.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 185 | 171 | 0.46 | 0 | 0.08 | 0.27 | 170.23 | 0.38 | 0.56 |
| Hex | 63 | B9 | AB | 2E | 0 | 8 | 1B | AA | 26 | 38 |
| Octal | 143 | 271 | 253 | 56 | 0 | 10 | 33 | 252 | 46 | 70 |
| Binary | 1100011 | 10111001 | 10101011 | 101110 | 0 | 1000 | 11011 | 10101010 | 100110 | 111000 |
Color Harmonies of #63B9AB
Complementary color
Monochromatic Colors of #63B9AB
Black with #63B9AB
Text Example
Text Example
White with #63B9AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63B9AB; }
p { color: rgb(99,185,171); }
H1.HeaderClassName
{
color: #63B9AB;
}
.AnyTagClassName
{
color: #63B9AB;
}
</style>
background-color css
<style>
a { background-color: #63B9AB; }
a { background-color: rgb(99,185,171); }
div.DivClassName
{
background-color: #63B9AB;
}
.BgClassName
{
background-color: #63B9AB;
}
</style>
border-color css
<style>
span { border-color: #63B9AB; }
span { border-color: rgb(99,185,171); }
td.TdClassName
{
border-color: #63B9AB;
}
.TagClassName
{
border-color: #63B9AB;
}
</style>