Shades of Puerto Rico #63BDAE
Tints of Puerto Rico #63BDAE
RGB
CMYK
RGB Variations
Color information
#63BDAE (or 0x63BDAE) is known color: Puerto Rico. HEX triplet: 63, BD and AE. RGB value is (99,189,174). Sum of RGB (Red+Green+Blue) = 99+189+174=462 (61% of max value = 765). Red value is 99 (39.06% from 255 or 21.43% from 462); Green value is 189 (74.22% from 255 or 40.91% from 462); Blue value is 174 (68.36% from 255 or 37.66% from 462); Max value from RGB is 189 - color contains mainly: green. Hex color #63BDAE is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63BDAE is #9C4251. Grayscale: #A0A0A0. Windows color (decimal): -10240594 or 11451747. OLE color: 11451747.
HSL color Cylindrical-coordinate representation of color #63BDAE: hue angle of 170º 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 #63BDAE is Cyan = 0.48, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 99 | 189 | 174 | - |
| CMYK | 0.48 | 0 | 0.08 | 0.26 |
| HSL | 170º | 0.41% | 0.56% | - |
| HSV(B) | 170º | 0.48% | 0.74% | - |
| XYZ | 30.98 | 42.1 | 46.54 | - |
| YUV | 160.38 | 135.68 | 84.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 189 | 174 | 0.48 | 0 | 0.08 | 0.26 | 170 | 0.41 | 0.56 |
| Hex | 63 | BD | AE | 30 | 0 | 8 | 1A | AA | 29 | 38 |
| Octal | 143 | 275 | 256 | 60 | 0 | 10 | 32 | 252 | 51 | 70 |
| Binary | 1100011 | 10111101 | 10101110 | 110000 | 0 | 1000 | 11010 | 10101010 | 101001 | 111000 |
Color Harmonies of #63BDAE
Complementary color
Monochromatic Colors of #63BDAE
Black with #63BDAE
Text Example
Text Example
White with #63BDAE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63BDAE; }
p { color: rgb(99,189,174); }
H1.HeaderClassName
{
color: #63BDAE;
}
.AnyTagClassName
{
color: #63BDAE;
}
</style>
background-color css
<style>
a { background-color: #63BDAE; }
a { background-color: rgb(99,189,174); }
div.DivClassName
{
background-color: #63BDAE;
}
.BgClassName
{
background-color: #63BDAE;
}
</style>
border-color css
<style>
span { border-color: #63BDAE; }
span { border-color: rgb(99,189,174); }
td.TdClassName
{
border-color: #63BDAE;
}
.TagClassName
{
border-color: #63BDAE;
}
</style>