Shades of Puerto Rico #57BAA3
Tints of Puerto Rico #57BAA3
RGB
CMYK
RGB Variations
Color information
#57BAA3 (or 0x57BAA3) is known color: Puerto Rico. HEX triplet: 57, BA and A3. RGB value is (87,186,163). Sum of RGB (Red+Green+Blue) = 87+186+163=436 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.95% from 436); Green value is 186 (73.05% from 255 or 42.66% from 436); Blue value is 163 (64.06% from 255 or 37.39% from 436); Max value from RGB is 186 - color contains mainly: green. Hex color #57BAA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BAA3 is #A8455C. Grayscale: #999999. Windows color (decimal): -11027805 or 10730071. OLE color: 10730071.
HSL color Cylindrical-coordinate representation of color #57BAA3: hue angle of 166.06º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #57BAA3 is Cyan = 0.53, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 186 | 163 | - |
| CMYK | 0.53 | 0 | 0.12 | 0.27 |
| HSL | 166.06º | 0.42% | 0.54% | - |
| HSV(B) | 166.06º | 0.53% | 0.73% | - |
| XYZ | 28.1 | 39.79 | 40.85 | - |
| YUV | 153.78 | 133.2 | 80.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 186 | 163 | 0.53 | 0 | 0.12 | 0.27 | 166.06 | 0.42 | 0.54 |
| Hex | 57 | BA | A3 | 35 | 0 | C | 1B | A6 | 2A | 36 |
| Octal | 127 | 272 | 243 | 65 | 0 | 14 | 33 | 246 | 52 | 66 |
| Binary | 1010111 | 10111010 | 10100011 | 110101 | 0 | 1100 | 11011 | 10100110 | 101010 | 110110 |
Color Harmonies of #57BAA3
Complementary color
Monochromatic Colors of #57BAA3
Black with #57BAA3
Text Example
Text Example
White with #57BAA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BAA3; }
p { color: rgb(87,186,163); }
H1.HeaderClassName
{
color: #57BAA3;
}
.AnyTagClassName
{
color: #57BAA3;
}
</style>
background-color css
<style>
a { background-color: #57BAA3; }
a { background-color: rgb(87,186,163); }
div.DivClassName
{
background-color: #57BAA3;
}
.BgClassName
{
background-color: #57BAA3;
}
</style>
border-color css
<style>
span { border-color: #57BAA3; }
span { border-color: rgb(87,186,163); }
td.TdClassName
{
border-color: #57BAA3;
}
.TagClassName
{
border-color: #57BAA3;
}
</style>