Shades of Puerto Rico #50CCA8
Tints of Puerto Rico #50CCA8
RGB
CMYK
RGB Variations
Color information
#50CCA8 (or 0x50CCA8) is known color: Puerto Rico. HEX triplet: 50, CC and A8. RGB value is (80,204,168). Sum of RGB (Red+Green+Blue) = 80+204+168=452 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.70% from 452); Green value is 204 (80.08% from 255 or 45.13% from 452); Blue value is 168 (66.02% from 255 or 37.17% from 452); Max value from RGB is 204 - color contains mainly: green. Hex color #50CCA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CCA8 is #AF3357. Grayscale: #A2A2A2. Windows color (decimal): -11481944 or 11062352. OLE color: 11062352.
HSL color Cylindrical-coordinate representation of color #50CCA8: hue angle of 162.58º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #50CCA8 is Cyan = 0.61, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 204 | 168 | - |
| CMYK | 0.61 | 0 | 0.18 | 0.2 |
| HSL | 162.58º | 0.55% | 0.56% | - |
| HSV(B) | 162.58º | 0.61% | 0.8% | - |
| XYZ | 31.97 | 47.72 | 44.57 | - |
| YUV | 162.82 | 130.92 | 68.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 204 | 168 | 0.61 | 0 | 0.18 | 0.2 | 162.58 | 0.55 | 0.56 |
| Hex | 50 | CC | A8 | 3D | 0 | 12 | 14 | A3 | 37 | 38 |
| Octal | 120 | 314 | 250 | 75 | 0 | 22 | 24 | 243 | 67 | 70 |
| Binary | 1010000 | 11001100 | 10101000 | 111101 | 0 | 10010 | 10100 | 10100011 | 110111 | 111000 |
Color Harmonies of #50CCA8
Complementary color
Monochromatic Colors of #50CCA8
Black with #50CCA8
Text Example
Text Example
White with #50CCA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CCA8; }
p { color: rgb(80,204,168); }
H1.HeaderClassName
{
color: #50CCA8;
}
.AnyTagClassName
{
color: #50CCA8;
}
</style>
background-color css
<style>
a { background-color: #50CCA8; }
a { background-color: rgb(80,204,168); }
div.DivClassName
{
background-color: #50CCA8;
}
.BgClassName
{
background-color: #50CCA8;
}
</style>
border-color css
<style>
span { border-color: #50CCA8; }
span { border-color: rgb(80,204,168); }
td.TdClassName
{
border-color: #50CCA8;
}
.TagClassName
{
border-color: #50CCA8;
}
</style>