Shades of Fountain Blue #5ABDBD
Tints of Fountain Blue #5ABDBD
RGB
CMYK
RGB Variations
Color information
#5ABDBD (or 0x5ABDBD) is known color: Fountain Blue. HEX triplet: 5A, BD and BD. RGB value is (90,189,189). Sum of RGB (Red+Green+Blue) = 90+189+189=468 (61% of max value = 765). Red value is 90 (35.55% from 255 or 19.23% from 468); Green value is 189 (74.22% from 255 or 40.38% from 468); Blue value is 189 (74.22% from 255 or 40.38% from 468); Max value from RGB is 189 - color contains mainly: green, blue. Hex color #5ABDBD is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #5ABDBD is #A54242. Grayscale: #9F9F9F. Windows color (decimal): -10830403 or 12434778. OLE color: 12434778.
HSL color Cylindrical-coordinate representation of color #5ABDBD: hue angle of 180º degrees, saturation: 0.43, 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 #5ABDBD is Cyan = 0.52, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 90 | 189 | 189 | - |
| CMYK | 0.52 | 0 | 0 | 0.26 |
| HSL | 180º | 0.43% | 0.55% | - |
| HSV(B) | 180º | 0.52% | 0.74% | - |
| XYZ | 31.6 | 42.24 | 54.63 | - |
| YUV | 159.4 | 144.7 | 78.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 90 | 189 | 189 | 0.52 | 0 | 0 | 0.26 | 180 | 0.43 | 0.55 |
| Hex | 5A | BD | BD | 34 | 0 | 0 | 1A | B4 | 2B | 37 |
| Octal | 132 | 275 | 275 | 64 | 0 | 0 | 32 | 264 | 53 | 67 |
| Binary | 1011010 | 10111101 | 10111101 | 110100 | 0 | 0 | 11010 | 10110100 | 101011 | 110111 |
Color Harmonies of #5ABDBD
Complementary color
Monochromatic Colors of #5ABDBD
Black with #5ABDBD
Text Example
Text Example
White with #5ABDBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5ABDBD; }
p { color: rgb(90,189,189); }
H1.HeaderClassName
{
color: #5ABDBD;
}
.AnyTagClassName
{
color: #5ABDBD;
}
</style>
background-color css
<style>
a { background-color: #5ABDBD; }
a { background-color: rgb(90,189,189); }
div.DivClassName
{
background-color: #5ABDBD;
}
.BgClassName
{
background-color: #5ABDBD;
}
</style>
border-color css
<style>
span { border-color: #5ABDBD; }
span { border-color: rgb(90,189,189); }
td.TdClassName
{
border-color: #5ABDBD;
}
.TagClassName
{
border-color: #5ABDBD;
}
</style>