Shades of Puerto Rico #5CBEA6
Tints of Puerto Rico #5CBEA6
RGB
CMYK
RGB Variations
Color information
#5CBEA6 (or 0x5CBEA6) is known color: Puerto Rico. HEX triplet: 5C, BE and A6. RGB value is (92,190,166). Sum of RGB (Red+Green+Blue) = 92+190+166=448 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.54% from 448); Green value is 190 (74.61% from 255 or 42.41% from 448); Blue value is 166 (65.23% from 255 or 37.05% from 448); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBEA6 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBEA6 is #A34159. Grayscale: #9D9D9D. Windows color (decimal): -10699098 or 10927708. OLE color: 10927708.
HSL color Cylindrical-coordinate representation of color #5CBEA6: hue angle of 165.31º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5CBEA6 is Cyan = 0.52, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 190 | 166 | - |
| CMYK | 0.52 | 0 | 0.13 | 0.25 |
| HSL | 165.31º | 0.43% | 0.55% | - |
| HSV(B) | 165.31º | 0.52% | 0.75% | - |
| XYZ | 29.71 | 41.86 | 42.59 | - |
| YUV | 157.96 | 132.53 | 80.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 166 | 0.52 | 0 | 0.13 | 0.25 | 165.31 | 0.43 | 0.55 |
| Hex | 5C | BE | A6 | 34 | 0 | D | 19 | A5 | 2B | 37 |
| Octal | 134 | 276 | 246 | 64 | 0 | 15 | 31 | 245 | 53 | 67 |
| Binary | 1011100 | 10111110 | 10100110 | 110100 | 0 | 1101 | 11001 | 10100101 | 101011 | 110111 |
Color Harmonies of #5CBEA6
Complementary color
Monochromatic Colors of #5CBEA6
Black with #5CBEA6
Text Example
Text Example
White with #5CBEA6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBEA6; }
p { color: rgb(92,190,166); }
H1.HeaderClassName
{
color: #5CBEA6;
}
.AnyTagClassName
{
color: #5CBEA6;
}
</style>
background-color css
<style>
a { background-color: #5CBEA6; }
a { background-color: rgb(92,190,166); }
div.DivClassName
{
background-color: #5CBEA6;
}
.BgClassName
{
background-color: #5CBEA6;
}
</style>
border-color css
<style>
span { border-color: #5CBEA6; }
span { border-color: rgb(92,190,166); }
td.TdClassName
{
border-color: #5CBEA6;
}
.TagClassName
{
border-color: #5CBEA6;
}
</style>