Shades of Puerto Rico #5BB8A3
Tints of Puerto Rico #5BB8A3
RGB
CMYK
RGB Variations
Color information
#5BB8A3 (or 0x5BB8A3) is known color: Puerto Rico. HEX triplet: 5B, B8 and A3. RGB value is (91,184,163). Sum of RGB (Red+Green+Blue) = 91+184+163=438 (58% of max value = 765). Red value is 91 (35.94% from 255 or 20.78% from 438); Green value is 184 (72.27% from 255 or 42.01% from 438); Blue value is 163 (64.06% from 255 or 37.21% from 438); Max value from RGB is 184 - color contains mainly: green. Hex color #5BB8A3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5BB8A3 is #A4475C. Grayscale: #999999. Windows color (decimal): -10766173 or 10729563. OLE color: 10729563.
HSL color Cylindrical-coordinate representation of color #5BB8A3: hue angle of 166.45º degrees, saturation: 0.4, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5BB8A3 is Cyan = 0.51, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 91 | 184 | 163 | - |
| CMYK | 0.51 | 0 | 0.11 | 0.28 |
| HSL | 166.45º | 0.4% | 0.54% | - |
| HSV(B) | 166.45º | 0.51% | 0.72% | - |
| XYZ | 28.07 | 39.15 | 40.73 | - |
| YUV | 153.8 | 133.19 | 83.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 91 | 184 | 163 | 0.51 | 0 | 0.11 | 0.28 | 166.45 | 0.4 | 0.54 |
| Hex | 5B | B8 | A3 | 33 | 0 | B | 1C | A6 | 28 | 36 |
| Octal | 133 | 270 | 243 | 63 | 0 | 13 | 34 | 246 | 50 | 66 |
| Binary | 1011011 | 10111000 | 10100011 | 110011 | 0 | 1011 | 11100 | 10100110 | 101000 | 110110 |
Color Harmonies of #5BB8A3
Complementary color
Monochromatic Colors of #5BB8A3
Black with #5BB8A3
Text Example
Text Example
White with #5BB8A3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5BB8A3; }
p { color: rgb(91,184,163); }
H1.HeaderClassName
{
color: #5BB8A3;
}
.AnyTagClassName
{
color: #5BB8A3;
}
</style>
background-color css
<style>
a { background-color: #5BB8A3; }
a { background-color: rgb(91,184,163); }
div.DivClassName
{
background-color: #5BB8A3;
}
.BgClassName
{
background-color: #5BB8A3;
}
</style>
border-color css
<style>
span { border-color: #5BB8A3; }
span { border-color: rgb(91,184,163); }
td.TdClassName
{
border-color: #5BB8A3;
}
.TagClassName
{
border-color: #5BB8A3;
}
</style>