Shades of Puerto Rico #50CCA2
Tints of Puerto Rico #50CCA2
RGB
CMYK
RGB Variations
Color information
#50CCA2 (or 0x50CCA2) is known color: Puerto Rico. HEX triplet: 50, CC and A2. RGB value is (80,204,162). Sum of RGB (Red+Green+Blue) = 80+204+162=446 (59% of max value = 765). Red value is 80 (31.64% from 255 or 17.94% from 446); Green value is 204 (80.08% from 255 or 45.74% from 446); Blue value is 162 (63.67% from 255 or 36.32% from 446); Max value from RGB is 204 - color contains mainly: green. Hex color #50CCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #50CCA2 is #AF335D. Grayscale: #A2A2A2. Windows color (decimal): -11481950 or 10669136. OLE color: 10669136.
HSL color Cylindrical-coordinate representation of color #50CCA2: hue angle of 159.68º 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 #50CCA2 is Cyan = 0.61, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 80 | 204 | 162 | - |
| CMYK | 0.61 | 0 | 0.21 | 0.2 |
| HSL | 159.68º | 0.55% | 0.56% | - |
| HSV(B) | 159.68º | 0.61% | 0.8% | - |
| XYZ | 31.42 | 47.5 | 41.69 | - |
| YUV | 162.14 | 127.92 | 69.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 80 | 204 | 162 | 0.61 | 0 | 0.21 | 0.2 | 159.68 | 0.55 | 0.56 |
| Hex | 50 | CC | A2 | 3D | 0 | 15 | 14 | A0 | 37 | 38 |
| Octal | 120 | 314 | 242 | 75 | 0 | 25 | 24 | 240 | 67 | 70 |
| Binary | 1010000 | 11001100 | 10100010 | 111101 | 0 | 10101 | 10100 | 10100000 | 110111 | 111000 |
Color Harmonies of #50CCA2
Complementary color
Monochromatic Colors of #50CCA2
Black with #50CCA2
Text Example
Text Example
White with #50CCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #50CCA2; }
p { color: rgb(80,204,162); }
H1.HeaderClassName
{
color: #50CCA2;
}
.AnyTagClassName
{
color: #50CCA2;
}
</style>
background-color css
<style>
a { background-color: #50CCA2; }
a { background-color: rgb(80,204,162); }
div.DivClassName
{
background-color: #50CCA2;
}
.BgClassName
{
background-color: #50CCA2;
}
</style>
border-color css
<style>
span { border-color: #50CCA2; }
span { border-color: rgb(80,204,162); }
td.TdClassName
{
border-color: #50CCA2;
}
.TagClassName
{
border-color: #50CCA2;
}
</style>