Shades of Puerto Rico #57AB9D
Tints of Puerto Rico #57AB9D
RGB
CMYK
RGB Variations
Color information
#57AB9D (or 0x57AB9D) is known color: Puerto Rico. HEX triplet: 57, AB and 9D. RGB value is (87,171,157). Sum of RGB (Red+Green+Blue) = 87+171+157=415 (54% of max value = 765). Red value is 87 (34.38% from 255 or 20.96% from 415); Green value is 171 (67.19% from 255 or 41.20% from 415); Blue value is 157 (61.72% from 255 or 37.83% from 415); Max value from RGB is 171 - color contains mainly: green. Hex color #57AB9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #57AB9D is #A85462. Grayscale: #909090. Windows color (decimal): -11031651 or 10333015. OLE color: 10333015.
HSL color Cylindrical-coordinate representation of color #57AB9D: hue angle of 170º degrees, saturation: 0.33, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #57AB9D is Cyan = 0.49, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 87 | 171 | 157 | - |
| CMYK | 0.49 | 0 | 0.08 | 0.33 |
| HSL | 170º | 0.33% | 0.51% | - |
| HSV(B) | 170º | 0.49% | 0.67% | - |
| XYZ | 24.58 | 33.59 | 37.09 | - |
| YUV | 144.29 | 135.17 | 87.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 171 | 157 | 0.49 | 0 | 0.08 | 0.33 | 170 | 0.33 | 0.51 |
| Hex | 57 | AB | 9D | 31 | 0 | 8 | 21 | AA | 21 | 33 |
| Octal | 127 | 253 | 235 | 61 | 0 | 10 | 41 | 252 | 41 | 63 |
| Binary | 1010111 | 10101011 | 10011101 | 110001 | 0 | 1000 | 100001 | 10101010 | 100001 | 110011 |
Color Harmonies of #57AB9D
Complementary color
Monochromatic Colors of #57AB9D
Black with #57AB9D
Text Example
Text Example
White with #57AB9D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57AB9D; }
p { color: rgb(87,171,157); }
H1.HeaderClassName
{
color: #57AB9D;
}
.AnyTagClassName
{
color: #57AB9D;
}
</style>
background-color css
<style>
a { background-color: #57AB9D; }
a { background-color: rgb(87,171,157); }
div.DivClassName
{
background-color: #57AB9D;
}
.BgClassName
{
background-color: #57AB9D;
}
</style>
border-color css
<style>
span { border-color: #57AB9D; }
span { border-color: rgb(87,171,157); }
td.TdClassName
{
border-color: #57AB9D;
}
.TagClassName
{
border-color: #57AB9D;
}
</style>