Shades of Puerto Rico #63BDAC
Tints of Puerto Rico #63BDAC
RGB
CMYK
RGB Variations
Color information
#63BDAC (or 0x63BDAC) is known color: Puerto Rico. HEX triplet: 63, BD and AC. RGB value is (99,189,172). Sum of RGB (Red+Green+Blue) = 99+189+172=460 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.52% from 460); Green value is 189 (74.22% from 255 or 41.09% from 460); Blue value is 172 (67.58% from 255 or 37.39% from 460); Max value from RGB is 189 - color contains mainly: green. Hex color #63BDAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BDAC is #9C4253. Grayscale: #A0A0A0. Windows color (decimal): -10240596 or 11320675. OLE color: 11320675.
HSL color Cylindrical-coordinate representation of color #63BDAC: hue angle of 168.67º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #63BDAC is Cyan = 0.48, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 189 | 172 | - |
| CMYK | 0.48 | 0 | 0.09 | 0.26 |
| HSL | 168.67º | 0.41% | 0.56% | - |
| HSV(B) | 168.67º | 0.48% | 0.74% | - |
| XYZ | 30.79 | 42.03 | 45.52 | - |
| YUV | 160.15 | 134.68 | 84.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 172 | 0.48 | 0 | 0.09 | 0.26 | 168.67 | 0.41 | 0.56 |
| Hex | 63 | BD | AC | 30 | 0 | 9 | 1A | A9 | 29 | 38 |
| Octal | 143 | 275 | 254 | 60 | 0 | 11 | 32 | 251 | 51 | 70 |
| Binary | 1100011 | 10111101 | 10101100 | 110000 | 0 | 1001 | 11010 | 10101001 | 101001 | 111000 |
Color Harmonies of #63BDAC
Complementary color
Monochromatic Colors of #63BDAC
Black with #63BDAC
Text Example
Text Example
White with #63BDAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BDAC; }
p { color: rgb(99,189,172); }
H1.HeaderClassName
{
color: #63BDAC;
}
.AnyTagClassName
{
color: #63BDAC;
}
</style>
background-color css
<style>
a { background-color: #63BDAC; }
a { background-color: rgb(99,189,172); }
div.DivClassName
{
background-color: #63BDAC;
}
.BgClassName
{
background-color: #63BDAC;
}
</style>
border-color css
<style>
span { border-color: #63BDAC; }
span { border-color: rgb(99,189,172); }
td.TdClassName
{
border-color: #63BDAC;
}
.TagClassName
{
border-color: #63BDAC;
}
</style>