Shades of Puerto Rico #57C0B3
Tints of Puerto Rico #57C0B3
RGB
CMYK
RGB Variations
Color information
#57C0B3 (or 0x57C0B3) is known color: Puerto Rico. HEX triplet: 57, C0 and B3. RGB value is (87,192,179). Sum of RGB (Red+Green+Blue) = 87+192+179=458 (60% of max value = 765). Red value is 87 (34.38% from 255 or 19.00% from 458); Green value is 192 (75.39% from 255 or 41.92% from 458); Blue value is 179 (70.31% from 255 or 39.08% from 458); Max value from RGB is 192 - color contains mainly: green. Hex color #57C0B3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #57C0B3 is #A83F4C. Grayscale: #9F9F9F. Windows color (decimal): -11026253 or 11780183. OLE color: 11780183.
HSL color Cylindrical-coordinate representation of color #57C0B3: hue angle of 172.57º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #57C0B3 is Cyan = 0.55, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 87 | 192 | 179 | - |
| CMYK | 0.55 | 0 | 0.07 | 0.25 |
| HSL | 172.57º | 0.45% | 0.55% | - |
| HSV(B) | 172.57º | 0.55% | 0.75% | - |
| XYZ | 30.92 | 42.98 | 49.31 | - |
| YUV | 159.12 | 139.21 | 76.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 192 | 179 | 0.55 | 0 | 0.07 | 0.25 | 172.57 | 0.45 | 0.55 |
| Hex | 57 | C0 | B3 | 37 | 0 | 7 | 19 | AD | 2D | 37 |
| Octal | 127 | 300 | 263 | 67 | 0 | 7 | 31 | 255 | 55 | 67 |
| Binary | 1010111 | 11000000 | 10110011 | 110111 | 0 | 111 | 11001 | 10101101 | 101101 | 110111 |
Color Harmonies of #57C0B3
Complementary color
Monochromatic Colors of #57C0B3
Black with #57C0B3
Text Example
Text Example
White with #57C0B3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57C0B3; }
p { color: rgb(87,192,179); }
H1.HeaderClassName
{
color: #57C0B3;
}
.AnyTagClassName
{
color: #57C0B3;
}
</style>
background-color css
<style>
a { background-color: #57C0B3; }
a { background-color: rgb(87,192,179); }
div.DivClassName
{
background-color: #57C0B3;
}
.BgClassName
{
background-color: #57C0B3;
}
</style>
border-color css
<style>
span { border-color: #57C0B3; }
span { border-color: rgb(87,192,179); }
td.TdClassName
{
border-color: #57C0B3;
}
.TagClassName
{
border-color: #57C0B3;
}
</style>