Shades of Fountain Blue #5CB2AB
Tints of Fountain Blue #5CB2AB
RGB
CMYK
RGB Variations
Color information
#5CB2AB (or 0x5CB2AB) is known color: Fountain Blue. HEX triplet: 5C, B2 and AB. RGB value is (92,178,171). Sum of RGB (Red+Green+Blue) = 92+178+171=441 (58% of max value = 765). Red value is 92 (36.33% from 255 or 20.86% from 441); Green value is 178 (69.92% from 255 or 40.36% from 441); Blue value is 171 (67.19% from 255 or 38.78% from 441); Max value from RGB is 178 - color contains mainly: green. Hex color #5CB2AB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CB2AB is #A34D54. Grayscale: #979797. Windows color (decimal): -10702165 or 11252316. OLE color: 11252316.
HSL color Cylindrical-coordinate representation of color #5CB2AB: hue angle of 175.12º degrees, saturation: 0.36, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #5CB2AB is Cyan = 0.48, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 92 | 178 | 171 | - |
| CMYK | 0.48 | 0 | 0.04 | 0.30 |
| HSL | 175.12º | 0.36% | 0.53% | - |
| HSV(B) | 175.12º | 0.48% | 0.7% | - |
| XYZ | 27.68 | 37.06 | 44.22 | - |
| YUV | 151.49 | 139.01 | 85.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 178 | 171 | 0.48 | 0 | 0.04 | 0.30 | 175.12 | 0.36 | 0.53 |
| Hex | 5C | B2 | AB | 30 | 0 | 4 | 1E | AF | 24 | 35 |
| Octal | 134 | 262 | 253 | 60 | 0 | 4 | 36 | 257 | 44 | 65 |
| Binary | 1011100 | 10110010 | 10101011 | 110000 | 0 | 100 | 11110 | 10101111 | 100100 | 110101 |
Color Harmonies of #5CB2AB
Complementary color
Monochromatic Colors of #5CB2AB
Black with #5CB2AB
Text Example
Text Example
White with #5CB2AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CB2AB; }
p { color: rgb(92,178,171); }
H1.HeaderClassName
{
color: #5CB2AB;
}
.AnyTagClassName
{
color: #5CB2AB;
}
</style>
background-color css
<style>
a { background-color: #5CB2AB; }
a { background-color: rgb(92,178,171); }
div.DivClassName
{
background-color: #5CB2AB;
}
.BgClassName
{
background-color: #5CB2AB;
}
</style>
border-color css
<style>
span { border-color: #5CB2AB; }
span { border-color: rgb(92,178,171); }
td.TdClassName
{
border-color: #5CB2AB;
}
.TagClassName
{
border-color: #5CB2AB;
}
</style>