Shades of Puerto Rico #55BEB5
Tints of Puerto Rico #55BEB5
RGB
CMYK
RGB Variations
Color information
#55BEB5 (or 0x55BEB5) is known color: Puerto Rico. HEX triplet: 55, BE and B5. RGB value is (85,190,181). Sum of RGB (Red+Green+Blue) = 85+190+181=456 (60% of max value = 765). Red value is 85 (33.59% from 255 or 18.64% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 181 (71.09% from 255 or 39.69% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #55BEB5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #55BEB5 is #AA414A. Grayscale: #9D9D9D. Windows color (decimal): -11157835 or 11910741. OLE color: 11910741.
HSL color Cylindrical-coordinate representation of color #55BEB5: hue angle of 174.86º degrees, saturation: 0.45, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #55BEB5 is Cyan = 0.55, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 85 | 190 | 181 | - |
| CMYK | 0.55 | 0 | 0.05 | 0.25 |
| HSL | 174.86º | 0.45% | 0.54% | - |
| HSV(B) | 174.86º | 0.55% | 0.75% | - |
| XYZ | 30.5 | 42.09 | 50.23 | - |
| YUV | 157.58 | 141.21 | 76.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 85 | 190 | 181 | 0.55 | 0 | 0.05 | 0.25 | 174.86 | 0.45 | 0.54 |
| Hex | 55 | BE | B5 | 37 | 0 | 5 | 19 | AF | 2D | 36 |
| Octal | 125 | 276 | 265 | 67 | 0 | 5 | 31 | 257 | 55 | 66 |
| Binary | 1010101 | 10111110 | 10110101 | 110111 | 0 | 101 | 11001 | 10101111 | 101101 | 110110 |
Color Harmonies of #55BEB5
Complementary color
Monochromatic Colors of #55BEB5
Black with #55BEB5
Text Example
Text Example
White with #55BEB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #55BEB5; }
p { color: rgb(85,190,181); }
H1.HeaderClassName
{
color: #55BEB5;
}
.AnyTagClassName
{
color: #55BEB5;
}
</style>
background-color css
<style>
a { background-color: #55BEB5; }
a { background-color: rgb(85,190,181); }
div.DivClassName
{
background-color: #55BEB5;
}
.BgClassName
{
background-color: #55BEB5;
}
</style>
border-color css
<style>
span { border-color: #55BEB5; }
span { border-color: rgb(85,190,181); }
td.TdClassName
{
border-color: #55BEB5;
}
.TagClassName
{
border-color: #55BEB5;
}
</style>