Shades of Puerto Rico #5ABBAD
Tints of Puerto Rico #5ABBAD
RGB
CMYK
RGB Variations
Color information
#5ABBAD (or 0x5ABBAD) is known color: Puerto Rico. HEX triplet: 5A, BB and AD. RGB value is (90,187,173). Sum of RGB (Red+Green+Blue) = 90+187+173=450 (59% of max value = 765). Red value is 90 (35.55% from 255 or 20% from 450); Green value is 187 (73.44% from 255 or 41.56% from 450); Blue value is 173 (67.97% from 255 or 38.44% from 450); Max value from RGB is 187 - color contains mainly: green. Hex color #5ABBAD is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #5ABBAD is #A54452. Grayscale: #9C9C9C. Windows color (decimal): -10830931 or 11385690. OLE color: 11385690.
HSL color Cylindrical-coordinate representation of color #5ABBAD: hue angle of 171.34º degrees, saturation: 0.42, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #5ABBAD is Cyan = 0.52, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 90 | 187 | 173 | - |
| CMYK | 0.52 | 0 | 0.07 | 0.27 |
| HSL | 171.34º | 0.42% | 0.54% | - |
| HSV(B) | 171.34º | 0.52% | 0.73% | - |
| XYZ | 29.53 | 40.73 | 45.84 | - |
| YUV | 156.4 | 137.36 | 80.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 187 | 173 | 0.52 | 0 | 0.07 | 0.27 | 171.34 | 0.42 | 0.54 |
| Hex | 5A | BB | AD | 34 | 0 | 7 | 1B | AB | 2A | 36 |
| Octal | 132 | 273 | 255 | 64 | 0 | 7 | 33 | 253 | 52 | 66 |
| Binary | 1011010 | 10111011 | 10101101 | 110100 | 0 | 111 | 11011 | 10101011 | 101010 | 110110 |
Color Harmonies of #5ABBAD
Complementary color
Monochromatic Colors of #5ABBAD
Black with #5ABBAD
Text Example
Text Example
White with #5ABBAD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABBAD; }
p { color: rgb(90,187,173); }
H1.HeaderClassName
{
color: #5ABBAD;
}
.AnyTagClassName
{
color: #5ABBAD;
}
</style>
background-color css
<style>
a { background-color: #5ABBAD; }
a { background-color: rgb(90,187,173); }
div.DivClassName
{
background-color: #5ABBAD;
}
.BgClassName
{
background-color: #5ABBAD;
}
</style>
border-color css
<style>
span { border-color: #5ABBAD; }
span { border-color: rgb(90,187,173); }
td.TdClassName
{
border-color: #5ABBAD;
}
.TagClassName
{
border-color: #5ABBAD;
}
</style>