Shades of Puerto Rico #5CBEA8
Tints of Puerto Rico #5CBEA8
RGB
CMYK
RGB Variations
Color information
#5CBEA8 (or 0x5CBEA8) is known color: Puerto Rico. HEX triplet: 5C, BE and A8. RGB value is (92,190,168). Sum of RGB (Red+Green+Blue) = 92+190+168=450 (59% of max value = 765). Red value is 92 (36.33% from 255 or 20.44% from 450); Green value is 190 (74.61% from 255 or 42.22% from 450); Blue value is 168 (66.02% from 255 or 37.33% from 450); Max value from RGB is 190 - color contains mainly: green. Hex color #5CBEA8 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5CBEA8 is #A34157. Grayscale: #9E9E9E. Windows color (decimal): -10699096 or 11058780. OLE color: 11058780.
HSL color Cylindrical-coordinate representation of color #5CBEA8: hue angle of 166.53º 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 #5CBEA8 is Cyan = 0.52, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 92 | 190 | 168 | - |
| CMYK | 0.52 | 0 | 0.12 | 0.25 |
| HSL | 166.53º | 0.43% | 0.55% | - |
| HSV(B) | 166.53º | 0.52% | 0.75% | - |
| XYZ | 29.89 | 41.93 | 43.56 | - |
| YUV | 158.19 | 133.53 | 80.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 190 | 168 | 0.52 | 0 | 0.12 | 0.25 | 166.53 | 0.43 | 0.55 |
| Hex | 5C | BE | A8 | 34 | 0 | C | 19 | A7 | 2B | 37 |
| Octal | 134 | 276 | 250 | 64 | 0 | 14 | 31 | 247 | 53 | 67 |
| Binary | 1011100 | 10111110 | 10101000 | 110100 | 0 | 1100 | 11001 | 10100111 | 101011 | 110111 |
Color Harmonies of #5CBEA8
Complementary color
Monochromatic Colors of #5CBEA8
Black with #5CBEA8
Text Example
Text Example
White with #5CBEA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CBEA8; }
p { color: rgb(92,190,168); }
H1.HeaderClassName
{
color: #5CBEA8;
}
.AnyTagClassName
{
color: #5CBEA8;
}
</style>
background-color css
<style>
a { background-color: #5CBEA8; }
a { background-color: rgb(92,190,168); }
div.DivClassName
{
background-color: #5CBEA8;
}
.BgClassName
{
background-color: #5CBEA8;
}
</style>
border-color css
<style>
span { border-color: #5CBEA8; }
span { border-color: rgb(92,190,168); }
td.TdClassName
{
border-color: #5CBEA8;
}
.TagClassName
{
border-color: #5CBEA8;
}
</style>