Shades of Puerto Rico #57B09E
Tints of Puerto Rico #57B09E
RGB
CMYK
RGB Variations
Color information
#57B09E (or 0x57B09E) is known color: Puerto Rico. HEX triplet: 57, B0 and 9E. RGB value is (87,176,158). Sum of RGB (Red+Green+Blue) = 87+176+158=421 (55% of max value = 765). Red value is 87 (34.38% from 255 or 20.67% from 421); Green value is 176 (69.14% from 255 or 41.81% from 421); Blue value is 158 (62.11% from 255 or 37.53% from 421); Max value from RGB is 176 - color contains mainly: green. Hex color #57B09E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57B09E is #A84F61. Grayscale: #939393. Windows color (decimal): -11030370 or 10399831. OLE color: 10399831.
HSL color Cylindrical-coordinate representation of color #57B09E: hue angle of 167.87º degrees, saturation: 0.36, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #57B09E is Cyan = 0.51, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 87 | 176 | 158 | - |
| CMYK | 0.51 | 0 | 0.10 | 0.31 |
| HSL | 167.87º | 0.36% | 0.52% | - |
| HSV(B) | 167.87º | 0.51% | 0.69% | - |
| XYZ | 25.63 | 35.55 | 37.86 | - |
| YUV | 147.34 | 134.01 | 84.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 176 | 158 | 0.51 | 0 | 0.10 | 0.31 | 167.87 | 0.36 | 0.52 |
| Hex | 57 | B0 | 9E | 33 | 0 | A | 1F | A8 | 24 | 34 |
| Octal | 127 | 260 | 236 | 63 | 0 | 12 | 37 | 250 | 44 | 64 |
| Binary | 1010111 | 10110000 | 10011110 | 110011 | 0 | 1010 | 11111 | 10101000 | 100100 | 110100 |
Color Harmonies of #57B09E
Complementary color
Monochromatic Colors of #57B09E
Black with #57B09E
Text Example
Text Example
White with #57B09E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57B09E; }
p { color: rgb(87,176,158); }
H1.HeaderClassName
{
color: #57B09E;
}
.AnyTagClassName
{
color: #57B09E;
}
</style>
background-color css
<style>
a { background-color: #57B09E; }
a { background-color: rgb(87,176,158); }
div.DivClassName
{
background-color: #57B09E;
}
.BgClassName
{
background-color: #57B09E;
}
</style>
border-color css
<style>
span { border-color: #57B09E; }
span { border-color: rgb(87,176,158); }
td.TdClassName
{
border-color: #57B09E;
}
.TagClassName
{
border-color: #57B09E;
}
</style>