Shades of Puerto Rico #57B39D
Tints of Puerto Rico #57B39D
RGB
CMYK
RGB Variations
Color information
#57B39D (or 0x57B39D) is known color: Puerto Rico. HEX triplet: 57, B3 and 9D. RGB value is (87,179,157). Sum of RGB (Red+Green+Blue) = 87+179+157=423 (56% of max value = 765). Red value is 87 (34.38% from 255 or 20.57% from 423); Green value is 179 (70.31% from 255 or 42.32% from 423); Blue value is 157 (61.72% from 255 or 37.12% from 423); Max value from RGB is 179 - color contains mainly: green. Hex color #57B39D is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57B39D is #A84C62. Grayscale: #949494. Windows color (decimal): -11029603 or 10335063. OLE color: 10335063.
HSL color Cylindrical-coordinate representation of color #57B39D: hue angle of 165.65º 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 #57B39D is Cyan = 0.51, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 87 | 179 | 157 | - |
| CMYK | 0.51 | 0 | 0.12 | 0.30 |
| HSL | 165.65º | 0.38% | 0.52% | - |
| HSV(B) | 165.65º | 0.51% | 0.7% | - |
| XYZ | 26.14 | 36.7 | 37.6 | - |
| YUV | 148.98 | 132.52 | 83.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 179 | 157 | 0.51 | 0 | 0.12 | 0.30 | 165.65 | 0.38 | 0.52 |
| Hex | 57 | B3 | 9D | 33 | 0 | C | 1E | A6 | 26 | 34 |
| Octal | 127 | 263 | 235 | 63 | 0 | 14 | 36 | 246 | 46 | 64 |
| Binary | 1010111 | 10110011 | 10011101 | 110011 | 0 | 1100 | 11110 | 10100110 | 100110 | 110100 |
Color Harmonies of #57B39D
Complementary color
Monochromatic Colors of #57B39D
Black with #57B39D
Text Example
Text Example
White with #57B39D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B39D; }
p { color: rgb(87,179,157); }
H1.HeaderClassName
{
color: #57B39D;
}
.AnyTagClassName
{
color: #57B39D;
}
</style>
background-color css
<style>
a { background-color: #57B39D; }
a { background-color: rgb(87,179,157); }
div.DivClassName
{
background-color: #57B39D;
}
.BgClassName
{
background-color: #57B39D;
}
</style>
border-color css
<style>
span { border-color: #57B39D; }
span { border-color: rgb(87,179,157); }
td.TdClassName
{
border-color: #57B39D;
}
.TagClassName
{
border-color: #57B39D;
}
</style>