Shades of Puerto Rico #50CCB5
Tints of Puerto Rico #50CCB5
RGB
CMYK
RGB Variations
Color information
#50CCB5 (or 0x50CCB5) is known color: Puerto Rico. HEX triplet: 50, CC and B5. RGB value is (80,204,181). Sum of RGB (Red+Green+Blue) = 80+204+181=465 (61% of max value = 765). Red value is 80 (31.64% from 255 or 17.20% from 465); Green value is 204 (80.08% from 255 or 43.87% from 465); Blue value is 181 (71.09% from 255 or 38.92% from 465); Max value from RGB is 204 - color contains mainly: green. Hex color #50CCB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #50CCB5 is #AF334A. Grayscale: #A4A4A4. Windows color (decimal): -11481931 or 11914320. OLE color: 11914320.
HSL color Cylindrical-coordinate representation of color #50CCB5: hue angle of 168.87º 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 #50CCB5 is Cyan = 0.61, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 204 | 181 | - |
| CMYK | 0.61 | 0 | 0.11 | 0.2 |
| HSL | 168.87º | 0.55% | 0.56% | - |
| HSV(B) | 168.87º | 0.61% | 0.8% | - |
| XYZ | 33.24 | 48.23 | 51.27 | - |
| YUV | 164.3 | 137.42 | 67.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 204 | 181 | 0.61 | 0 | 0.11 | 0.2 | 168.87 | 0.55 | 0.56 |
| Hex | 50 | CC | B5 | 3D | 0 | B | 14 | A9 | 37 | 38 |
| Octal | 120 | 314 | 265 | 75 | 0 | 13 | 24 | 251 | 67 | 70 |
| Binary | 1010000 | 11001100 | 10110101 | 111101 | 0 | 1011 | 10100 | 10101001 | 110111 | 111000 |
Color Harmonies of #50CCB5
Complementary color
Monochromatic Colors of #50CCB5
Black with #50CCB5
Text Example
Text Example
White with #50CCB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CCB5; }
p { color: rgb(80,204,181); }
H1.HeaderClassName
{
color: #50CCB5;
}
.AnyTagClassName
{
color: #50CCB5;
}
</style>
background-color css
<style>
a { background-color: #50CCB5; }
a { background-color: rgb(80,204,181); }
div.DivClassName
{
background-color: #50CCB5;
}
.BgClassName
{
background-color: #50CCB5;
}
</style>
border-color css
<style>
span { border-color: #50CCB5; }
span { border-color: rgb(80,204,181); }
td.TdClassName
{
border-color: #50CCB5;
}
.TagClassName
{
border-color: #50CCB5;
}
</style>