Shades of Puerto Rico #5CBBA1
Tints of Puerto Rico #5CBBA1
RGB
CMYK
RGB Variations
Color information
#5CBBA1 (or 0x5CBBA1) is known color: Puerto Rico. HEX triplet: 5C, BB and A1. RGB value is (92,187,161). Sum of RGB (Red+Green+Blue) = 92+187+161=440 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.91% from 440); Green value is 187 (73.44% from 255 or 42.5% from 440); Blue value is 161 (63.28% from 255 or 36.59% from 440); Max value from RGB is 187 - color contains mainly: green. Hex color #5CBBA1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBBA1 is #A3445E. Grayscale: #9B9B9B. Windows color (decimal): -10699871 or 10599260. OLE color: 10599260.
HSL color Cylindrical-coordinate representation of color #5CBBA1: hue angle of 163.58º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #5CBBA1 is Cyan = 0.51, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 92 | 187 | 161 | - |
| CMYK | 0.51 | 0 | 0.14 | 0.27 |
| HSL | 163.58º | 0.41% | 0.55% | - |
| HSV(B) | 163.58º | 0.51% | 0.73% | - |
| XYZ | 28.62 | 40.39 | 40.01 | - |
| YUV | 155.63 | 131.03 | 82.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 187 | 161 | 0.51 | 0 | 0.14 | 0.27 | 163.58 | 0.41 | 0.55 |
| Hex | 5C | BB | A1 | 33 | 0 | E | 1B | A4 | 29 | 37 |
| Octal | 134 | 273 | 241 | 63 | 0 | 16 | 33 | 244 | 51 | 67 |
| Binary | 1011100 | 10111011 | 10100001 | 110011 | 0 | 1110 | 11011 | 10100100 | 101001 | 110111 |
Color Harmonies of #5CBBA1
Complementary color
Monochromatic Colors of #5CBBA1
Black with #5CBBA1
Text Example
Text Example
White with #5CBBA1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBBA1; }
p { color: rgb(92,187,161); }
H1.HeaderClassName
{
color: #5CBBA1;
}
.AnyTagClassName
{
color: #5CBBA1;
}
</style>
background-color css
<style>
a { background-color: #5CBBA1; }
a { background-color: rgb(92,187,161); }
div.DivClassName
{
background-color: #5CBBA1;
}
.BgClassName
{
background-color: #5CBBA1;
}
</style>
border-color css
<style>
span { border-color: #5CBBA1; }
span { border-color: rgb(92,187,161); }
td.TdClassName
{
border-color: #5CBBA1;
}
.TagClassName
{
border-color: #5CBBA1;
}
</style>