Shades of Puerto Rico #5ABCAC
Tints of Puerto Rico #5ABCAC
RGB
CMYK
RGB Variations
Color information
#5ABCAC (or 0x5ABCAC) is known color: Puerto Rico. HEX triplet: 5A, BC and AC. RGB value is (90,188,172). Sum of RGB (Red+Green+Blue) = 90+188+172=450 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20% from 450); Green value is 188 (73.83% from 255 or 41.78% from 450); Blue value is 172 (67.58% from 255 or 38.22% from 450); Max value from RGB is 188 - color contains mainly: green. Hex color #5ABCAC is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABCAC is #A54353. Grayscale: #9C9C9C. Windows color (decimal): -10830676 or 11320410. OLE color: 11320410.
HSL color Cylindrical-coordinate representation of color #5ABCAC: hue angle of 170.2º degrees, saturation: 0.42, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABCAC is Cyan = 0.52, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 188 | 172 | - |
| CMYK | 0.52 | 0 | 0.09 | 0.26 |
| HSL | 170.2º | 0.42% | 0.55% | - |
| HSV(B) | 170.2º | 0.52% | 0.74% | - |
| XYZ | 29.65 | 41.12 | 45.4 | - |
| YUV | 156.87 | 136.53 | 80.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 188 | 172 | 0.52 | 0 | 0.09 | 0.26 | 170.2 | 0.42 | 0.55 |
| Hex | 5A | BC | AC | 34 | 0 | 9 | 1A | AA | 2A | 37 |
| Octal | 132 | 274 | 254 | 64 | 0 | 11 | 32 | 252 | 52 | 67 |
| Binary | 1011010 | 10111100 | 10101100 | 110100 | 0 | 1001 | 11010 | 10101010 | 101010 | 110111 |
Color Harmonies of #5ABCAC
Complementary color
Monochromatic Colors of #5ABCAC
Black with #5ABCAC
Text Example
Text Example
White with #5ABCAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABCAC; }
p { color: rgb(90,188,172); }
H1.HeaderClassName
{
color: #5ABCAC;
}
.AnyTagClassName
{
color: #5ABCAC;
}
</style>
background-color css
<style>
a { background-color: #5ABCAC; }
a { background-color: rgb(90,188,172); }
div.DivClassName
{
background-color: #5ABCAC;
}
.BgClassName
{
background-color: #5ABCAC;
}
</style>
border-color css
<style>
span { border-color: #5ABCAC; }
span { border-color: rgb(90,188,172); }
td.TdClassName
{
border-color: #5ABCAC;
}
.TagClassName
{
border-color: #5ABCAC;
}
</style>