Shades of Puerto Rico #5ABFB4
Tints of Puerto Rico #5ABFB4
RGB
CMYK
RGB Variations
Color information
#5ABFB4 (or 0x5ABFB4) is known color: Puerto Rico. HEX triplet: 5A, BF and B4. RGB value is (90,191,180). Sum of RGB (Red+Green+Blue) = 90+191+180=461 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.52% from 461); Green value is 191 (75% from 255 or 41.43% from 461); Blue value is 180 (70.70% from 255 or 39.05% from 461); Max value from RGB is 191 - color contains mainly: green. Hex color #5ABFB4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABFB4 is #A5404B. Grayscale: #9F9F9F. Windows color (decimal): -10829900 or 11845466. OLE color: 11845466.
HSL color Cylindrical-coordinate representation of color #5ABFB4: hue angle of 173.47º degrees, saturation: 0.44, 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 #5ABFB4 is Cyan = 0.53, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 90 | 191 | 180 | - |
| CMYK | 0.53 | 0 | 0.06 | 0.25 |
| HSL | 173.47º | 0.44% | 0.55% | - |
| HSV(B) | 173.47º | 0.53% | 0.75% | - |
| XYZ | 31.09 | 42.73 | 49.79 | - |
| YUV | 159.55 | 139.54 | 78.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 191 | 180 | 0.53 | 0 | 0.06 | 0.25 | 173.47 | 0.44 | 0.55 |
| Hex | 5A | BF | B4 | 35 | 0 | 6 | 19 | AD | 2C | 37 |
| Octal | 132 | 277 | 264 | 65 | 0 | 6 | 31 | 255 | 54 | 67 |
| Binary | 1011010 | 10111111 | 10110100 | 110101 | 0 | 110 | 11001 | 10101101 | 101100 | 110111 |
Color Harmonies of #5ABFB4
Complementary color
Monochromatic Colors of #5ABFB4
Black with #5ABFB4
Text Example
Text Example
White with #5ABFB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABFB4; }
p { color: rgb(90,191,180); }
H1.HeaderClassName
{
color: #5ABFB4;
}
.AnyTagClassName
{
color: #5ABFB4;
}
</style>
background-color css
<style>
a { background-color: #5ABFB4; }
a { background-color: rgb(90,191,180); }
div.DivClassName
{
background-color: #5ABFB4;
}
.BgClassName
{
background-color: #5ABFB4;
}
</style>
border-color css
<style>
span { border-color: #5ABFB4; }
span { border-color: rgb(90,191,180); }
td.TdClassName
{
border-color: #5ABFB4;
}
.TagClassName
{
border-color: #5ABFB4;
}
</style>