Shades of Puerto Rico #5EBFB2
Tints of Puerto Rico #5EBFB2
RGB
CMYK
RGB Variations
Color information
#5EBFB2 (or 0x5EBFB2) is known color: Puerto Rico. HEX triplet: 5E, BF and B2. RGB value is (94,191,178). Sum of RGB (Red+Green+Blue) = 94+191+178=463 (61% of max value = 765). Red value is 94 (37.11% from 255 or 20.30% from 463); Green value is 191 (75% from 255 or 41.25% from 463); Blue value is 178 (69.92% from 255 or 38.44% from 463); Max value from RGB is 191 - color contains mainly: green. Hex color #5EBFB2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5EBFB2 is #A1404D. Grayscale: #A0A0A0. Windows color (decimal): -10567758 or 11714398. OLE color: 11714398.
HSL color Cylindrical-coordinate representation of color #5EBFB2: hue angle of 171.96º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5EBFB2 is Cyan = 0.51, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 94 | 191 | 178 | - |
| CMYK | 0.51 | 0 | 0.07 | 0.25 |
| HSL | 171.96º | 0.43% | 0.56% | - |
| HSV(B) | 171.96º | 0.51% | 0.75% | - |
| XYZ | 31.28 | 42.86 | 48.74 | - |
| YUV | 160.52 | 137.86 | 80.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 94 | 191 | 178 | 0.51 | 0 | 0.07 | 0.25 | 171.96 | 0.43 | 0.56 |
| Hex | 5E | BF | B2 | 33 | 0 | 7 | 19 | AC | 2B | 38 |
| Octal | 136 | 277 | 262 | 63 | 0 | 7 | 31 | 254 | 53 | 70 |
| Binary | 1011110 | 10111111 | 10110010 | 110011 | 0 | 111 | 11001 | 10101100 | 101011 | 111000 |
Color Harmonies of #5EBFB2
Complementary color
Monochromatic Colors of #5EBFB2
Black with #5EBFB2
Text Example
Text Example
White with #5EBFB2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5EBFB2; }
p { color: rgb(94,191,178); }
H1.HeaderClassName
{
color: #5EBFB2;
}
.AnyTagClassName
{
color: #5EBFB2;
}
</style>
background-color css
<style>
a { background-color: #5EBFB2; }
a { background-color: rgb(94,191,178); }
div.DivClassName
{
background-color: #5EBFB2;
}
.BgClassName
{
background-color: #5EBFB2;
}
</style>
border-color css
<style>
span { border-color: #5EBFB2; }
span { border-color: rgb(94,191,178); }
td.TdClassName
{
border-color: #5EBFB2;
}
.TagClassName
{
border-color: #5EBFB2;
}
</style>