Shades of Puerto Rico #63C1A8
Tints of Puerto Rico #63C1A8
RGB
CMYK
RGB Variations
Color information
#63C1A8 (or 0x63C1A8) is known color: Puerto Rico. HEX triplet: 63, C1 and A8. RGB value is (99,193,168). Sum of RGB (Red+Green+Blue) = 99+193+168=460 (60% of max value = 765). Red value is 99 (39.06% from 255 or 21.52% from 460); Green value is 193 (75.78% from 255 or 41.96% from 460); Blue value is 168 (66.02% from 255 or 36.52% from 460); Max value from RGB is 193 - color contains mainly: green. Hex color #63C1A8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #63C1A8 is #9C3E57. Grayscale: #A2A2A2. Windows color (decimal): -10239576 or 11059555. OLE color: 11059555.
HSL color Cylindrical-coordinate representation of color #63C1A8: hue angle of 164.04º degrees, saturation: 0.43, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #63C1A8 is Cyan = 0.49, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 99 | 193 | 168 | - |
| CMYK | 0.49 | 0 | 0.13 | 0.24 |
| HSL | 164.04º | 0.43% | 0.57% | - |
| HSV(B) | 164.04º | 0.49% | 0.76% | - |
| XYZ | 31.28 | 43.62 | 43.82 | - |
| YUV | 162.04 | 131.36 | 83.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 99 | 193 | 168 | 0.49 | 0 | 0.13 | 0.24 | 164.04 | 0.43 | 0.57 |
| Hex | 63 | C1 | A8 | 31 | 0 | D | 18 | A4 | 2B | 39 |
| Octal | 143 | 301 | 250 | 61 | 0 | 15 | 30 | 244 | 53 | 71 |
| Binary | 1100011 | 11000001 | 10101000 | 110001 | 0 | 1101 | 11000 | 10100100 | 101011 | 111001 |
Color Harmonies of #63C1A8
Complementary color
Monochromatic Colors of #63C1A8
Black with #63C1A8
Text Example
Text Example
White with #63C1A8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #63C1A8; }
p { color: rgb(99,193,168); }
H1.HeaderClassName
{
color: #63C1A8;
}
.AnyTagClassName
{
color: #63C1A8;
}
</style>
background-color css
<style>
a { background-color: #63C1A8; }
a { background-color: rgb(99,193,168); }
div.DivClassName
{
background-color: #63C1A8;
}
.BgClassName
{
background-color: #63C1A8;
}
</style>
border-color css
<style>
span { border-color: #63C1A8; }
span { border-color: rgb(99,193,168); }
td.TdClassName
{
border-color: #63C1A8;
}
.TagClassName
{
border-color: #63C1A8;
}
</style>