Shades of Puerto Rico #5ABEB6
Tints of Puerto Rico #5ABEB6
RGB
CMYK
RGB Variations
Color information
#5ABEB6 (or 0x5ABEB6) is known color: Puerto Rico. HEX triplet: 5A, BE and B6. RGB value is (90,190,182). Sum of RGB (Red+Green+Blue) = 90+190+182=462 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.48% from 462); Green value is 190 (74.61% from 255 or 41.13% from 462); Blue value is 182 (71.48% from 255 or 39.39% from 462); Max value from RGB is 190 - color contains mainly: green. Hex color #5ABEB6 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABEB6 is #A54149. Grayscale: #9F9F9F. Windows color (decimal): -10830154 or 11976282. OLE color: 11976282.
HSL color Cylindrical-coordinate representation of color #5ABEB6: hue angle of 175.2º degrees, saturation: 0.43, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5ABEB6 is Cyan = 0.53, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 190 | 182 | - |
| CMYK | 0.53 | 0 | 0.04 | 0.25 |
| HSL | 175.2º | 0.43% | 0.55% | - |
| HSV(B) | 175.2º | 0.53% | 0.75% | - |
| XYZ | 31.07 | 42.38 | 50.8 | - |
| YUV | 159.19 | 140.87 | 78.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 190 | 182 | 0.53 | 0 | 0.04 | 0.25 | 175.2 | 0.43 | 0.55 |
| Hex | 5A | BE | B6 | 35 | 0 | 4 | 19 | AF | 2B | 37 |
| Octal | 132 | 276 | 266 | 65 | 0 | 4 | 31 | 257 | 53 | 67 |
| Binary | 1011010 | 10111110 | 10110110 | 110101 | 0 | 100 | 11001 | 10101111 | 101011 | 110111 |
Color Harmonies of #5ABEB6
Complementary color
Monochromatic Colors of #5ABEB6
Black with #5ABEB6
Text Example
Text Example
White with #5ABEB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABEB6; }
p { color: rgb(90,190,182); }
H1.HeaderClassName
{
color: #5ABEB6;
}
.AnyTagClassName
{
color: #5ABEB6;
}
</style>
background-color css
<style>
a { background-color: #5ABEB6; }
a { background-color: rgb(90,190,182); }
div.DivClassName
{
background-color: #5ABEB6;
}
.BgClassName
{
background-color: #5ABEB6;
}
</style>
border-color css
<style>
span { border-color: #5ABEB6; }
span { border-color: rgb(90,190,182); }
td.TdClassName
{
border-color: #5ABEB6;
}
.TagClassName
{
border-color: #5ABEB6;
}
</style>