Shades of Puerto Rico #57B3AB
Tints of Puerto Rico #57B3AB
RGB
CMYK
RGB Variations
Color information
#57B3AB (or 0x57B3AB) is known color: Puerto Rico. HEX triplet: 57, B3 and AB. RGB value is (87,179,171). Sum of RGB (Red+Green+Blue) = 87+179+171=437 (57% of max value = 765). Red value is 87 (34.38% from 255 or 19.91% from 437); Green value is 179 (70.31% from 255 or 40.96% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 179 - color contains mainly: green. Hex color #57B3AB is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57B3AB is #A84C54. Grayscale: #969696. Windows color (decimal): -11029589 or 11252567. OLE color: 11252567.
HSL color Cylindrical-coordinate representation of color #57B3AB: hue angle of 174.78º degrees, saturation: 0.38, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57B3AB is Cyan = 0.51, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 87 | 179 | 171 | - |
| CMYK | 0.51 | 0 | 0.04 | 0.30 |
| HSL | 174.78º | 0.38% | 0.52% | - |
| HSV(B) | 174.78º | 0.51% | 0.7% | - |
| XYZ | 27.4 | 37.21 | 44.27 | - |
| YUV | 150.58 | 139.52 | 82.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 179 | 171 | 0.51 | 0 | 0.04 | 0.30 | 174.78 | 0.38 | 0.52 |
| Hex | 57 | B3 | AB | 33 | 0 | 4 | 1E | AF | 26 | 34 |
| Octal | 127 | 263 | 253 | 63 | 0 | 4 | 36 | 257 | 46 | 64 |
| Binary | 1010111 | 10110011 | 10101011 | 110011 | 0 | 100 | 11110 | 10101111 | 100110 | 110100 |
Color Harmonies of #57B3AB
Complementary color
Monochromatic Colors of #57B3AB
Black with #57B3AB
Text Example
Text Example
White with #57B3AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B3AB; }
p { color: rgb(87,179,171); }
H1.HeaderClassName
{
color: #57B3AB;
}
.AnyTagClassName
{
color: #57B3AB;
}
</style>
background-color css
<style>
a { background-color: #57B3AB; }
a { background-color: rgb(87,179,171); }
div.DivClassName
{
background-color: #57B3AB;
}
.BgClassName
{
background-color: #57B3AB;
}
</style>
border-color css
<style>
span { border-color: #57B3AB; }
span { border-color: rgb(87,179,171); }
td.TdClassName
{
border-color: #57B3AB;
}
.TagClassName
{
border-color: #57B3AB;
}
</style>