Shades of Puerto Rico #57BBB2
Tints of Puerto Rico #57BBB2
RGB
CMYK
RGB Variations
Color information
#57BBB2 (or 0x57BBB2) is known color: Puerto Rico. HEX triplet: 57, BB and B2. RGB value is (87,187,178). Sum of RGB (Red+Green+Blue) = 87+187+178=452 (59% of max value = 765). Red value is 87 (34.38% from 255 or 19.25% from 452); Green value is 187 (73.44% from 255 or 41.37% from 452); Blue value is 178 (69.92% from 255 or 39.38% from 452); Max value from RGB is 187 - color contains mainly: green. Hex color #57BBB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #57BBB2 is #A8444D. Grayscale: #9C9C9C. Windows color (decimal): -11027534 or 11713367. OLE color: 11713367.
HSL color Cylindrical-coordinate representation of color #57BBB2: hue angle of 174.6º 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 #57BBB2 is Cyan = 0.53, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 87 | 187 | 178 | - |
| CMYK | 0.53 | 0 | 0.05 | 0.27 |
| HSL | 174.6º | 0.42% | 0.54% | - |
| HSV(B) | 174.6º | 0.53% | 0.73% | - |
| XYZ | 29.74 | 40.78 | 48.42 | - |
| YUV | 156.07 | 140.37 | 78.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 87 | 187 | 178 | 0.53 | 0 | 0.05 | 0.27 | 174.6 | 0.42 | 0.54 |
| Hex | 57 | BB | B2 | 35 | 0 | 5 | 1B | AF | 2A | 36 |
| Octal | 127 | 273 | 262 | 65 | 0 | 5 | 33 | 257 | 52 | 66 |
| Binary | 1010111 | 10111011 | 10110010 | 110101 | 0 | 101 | 11011 | 10101111 | 101010 | 110110 |
Color Harmonies of #57BBB2
Complementary color
Monochromatic Colors of #57BBB2
Black with #57BBB2
Text Example
Text Example
White with #57BBB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #57BBB2; }
p { color: rgb(87,187,178); }
H1.HeaderClassName
{
color: #57BBB2;
}
.AnyTagClassName
{
color: #57BBB2;
}
</style>
background-color css
<style>
a { background-color: #57BBB2; }
a { background-color: rgb(87,187,178); }
div.DivClassName
{
background-color: #57BBB2;
}
.BgClassName
{
background-color: #57BBB2;
}
</style>
border-color css
<style>
span { border-color: #57BBB2; }
span { border-color: rgb(87,187,178); }
td.TdClassName
{
border-color: #57BBB2;
}
.TagClassName
{
border-color: #57BBB2;
}
</style>