Shades of Puerto Rico #5AC1A5
Tints of Puerto Rico #5AC1A5
RGB
CMYK
RGB Variations
Color information
#5AC1A5 (or 0x5AC1A5) is known color: Puerto Rico. HEX triplet: 5A, C1 and A5. RGB value is (90,193,165). Sum of RGB (Red+Green+Blue) = 90+193+165=448 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20.09% from 448); Green value is 193 (75.78% from 255 or 43.08% from 448); Blue value is 165 (64.84% from 255 or 36.83% from 448); Max value from RGB is 193 - color contains mainly: green. Hex color #5AC1A5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5AC1A5 is #A53E5A. Grayscale: #9F9F9F. Windows color (decimal): -10829403 or 10862938. OLE color: 10862938.
HSL color Cylindrical-coordinate representation of color #5AC1A5: hue angle of 163.69º degrees, saturation: 0.45, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5AC1A5 is Cyan = 0.53, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 90 | 193 | 165 | - |
| CMYK | 0.53 | 0 | 0.15 | 0.24 |
| HSL | 163.69º | 0.45% | 0.55% | - |
| HSV(B) | 163.69º | 0.53% | 0.76% | - |
| XYZ | 30.08 | 43.03 | 42.32 | - |
| YUV | 159.01 | 131.38 | 78.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 193 | 165 | 0.53 | 0 | 0.15 | 0.24 | 163.69 | 0.45 | 0.55 |
| Hex | 5A | C1 | A5 | 35 | 0 | F | 18 | A4 | 2D | 37 |
| Octal | 132 | 301 | 245 | 65 | 0 | 17 | 30 | 244 | 55 | 67 |
| Binary | 1011010 | 11000001 | 10100101 | 110101 | 0 | 1111 | 11000 | 10100100 | 101101 | 110111 |
Color Harmonies of #5AC1A5
Complementary color
Monochromatic Colors of #5AC1A5
Black with #5AC1A5
Text Example
Text Example
White with #5AC1A5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5AC1A5; }
p { color: rgb(90,193,165); }
H1.HeaderClassName
{
color: #5AC1A5;
}
.AnyTagClassName
{
color: #5AC1A5;
}
</style>
background-color css
<style>
a { background-color: #5AC1A5; }
a { background-color: rgb(90,193,165); }
div.DivClassName
{
background-color: #5AC1A5;
}
.BgClassName
{
background-color: #5AC1A5;
}
</style>
border-color css
<style>
span { border-color: #5AC1A5; }
span { border-color: rgb(90,193,165); }
td.TdClassName
{
border-color: #5AC1A5;
}
.TagClassName
{
border-color: #5AC1A5;
}
</style>