Shades of Fountain Blue #5CAEAB
Tints of Fountain Blue #5CAEAB
RGB
CMYK
RGB Variations
Color information
#5CAEAB (or 0x5CAEAB) is known color: Fountain Blue. HEX triplet: 5C, AE and AB. RGB value is (92,174,171). Sum of RGB (Red+Green+Blue) = 92+174+171=437 (57% of max value = 765). Red value is 92 (36.33% from 255 or 21.05% from 437); Green value is 174 (68.36% from 255 or 39.82% from 437); Blue value is 171 (67.19% from 255 or 39.13% from 437); Max value from RGB is 174 - color contains mainly: green. Hex color #5CAEAB is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAEAB is #A35154. Grayscale: #959595. Windows color (decimal): -10703189 or 11251292. OLE color: 11251292.
HSL color Cylindrical-coordinate representation of color #5CAEAB: hue angle of 177.8º degrees, saturation: 0.34, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAEAB is Cyan = 0.47, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 92 | 174 | 171 | - |
| CMYK | 0.47 | 0 | 0.02 | 0.32 |
| HSL | 177.8º | 0.34% | 0.52% | - |
| HSV(B) | 177.8º | 0.47% | 0.68% | - |
| XYZ | 26.9 | 35.49 | 43.96 | - |
| YUV | 149.14 | 140.33 | 87.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 174 | 171 | 0.47 | 0 | 0.02 | 0.32 | 177.8 | 0.34 | 0.52 |
| Hex | 5C | AE | AB | 2F | 0 | 2 | 20 | B2 | 22 | 34 |
| Octal | 134 | 256 | 253 | 57 | 0 | 2 | 40 | 262 | 42 | 64 |
| Binary | 1011100 | 10101110 | 10101011 | 101111 | 0 | 10 | 100000 | 10110010 | 100010 | 110100 |
Color Harmonies of #5CAEAB
Complementary color
Monochromatic Colors of #5CAEAB
Black with #5CAEAB
Text Example
Text Example
White with #5CAEAB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAEAB; }
p { color: rgb(92,174,171); }
H1.HeaderClassName
{
color: #5CAEAB;
}
.AnyTagClassName
{
color: #5CAEAB;
}
</style>
background-color css
<style>
a { background-color: #5CAEAB; }
a { background-color: rgb(92,174,171); }
div.DivClassName
{
background-color: #5CAEAB;
}
.BgClassName
{
background-color: #5CAEAB;
}
</style>
border-color css
<style>
span { border-color: #5CAEAB; }
span { border-color: rgb(92,174,171); }
td.TdClassName
{
border-color: #5CAEAB;
}
.TagClassName
{
border-color: #5CAEAB;
}
</style>