Shades of Keppel #5CAC94
Tints of Keppel #5CAC94
RGB
CMYK
RGB Variations
Color information
#5CAC94 (or 0x5CAC94) is known color: Keppel. HEX triplet: 5C, AC and 94. RGB value is (92,172,148). Sum of RGB (Red+Green+Blue) = 92+172+148=412 (54% of max value = 765). Red value is 92 (36.33% from 255 or 22.33% from 412); Green value is 172 (67.58% from 255 or 41.75% from 412); Blue value is 148 (58.20% from 255 or 35.92% from 412); Max value from RGB is 172 - color contains mainly: green. Hex color #5CAC94 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #5CAC94 is #A3536B. Grayscale: #919191. Windows color (decimal): -10703724 or 9743452. OLE color: 9743452.
HSL color Cylindrical-coordinate representation of color #5CAC94: hue angle of 162º degrees, saturation: 0.33, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #5CAC94 is Cyan = 0.47, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 92 | 172 | 148 | - |
| CMYK | 0.47 | 0 | 0.14 | 0.33 |
| HSL | 162º | 0.33% | 0.52% | - |
| HSV(B) | 162º | 0.47% | 0.67% | - |
| XYZ | 24.51 | 33.92 | 33.27 | - |
| YUV | 145.34 | 129.5 | 89.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 92 | 172 | 148 | 0.47 | 0 | 0.14 | 0.33 | 162 | 0.33 | 0.52 |
| Hex | 5C | AC | 94 | 2F | 0 | E | 21 | A2 | 21 | 34 |
| Octal | 134 | 254 | 224 | 57 | 0 | 16 | 41 | 242 | 41 | 64 |
| Binary | 1011100 | 10101100 | 10010100 | 101111 | 0 | 1110 | 100001 | 10100010 | 100001 | 110100 |
Color Harmonies of #5CAC94
Complementary color
Monochromatic Colors of #5CAC94
Black with #5CAC94
Text Example
Text Example
White with #5CAC94
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #5CAC94; }
p { color: rgb(92,172,148); }
H1.HeaderClassName
{
color: #5CAC94;
}
.AnyTagClassName
{
color: #5CAC94;
}
</style>
background-color css
<style>
a { background-color: #5CAC94; }
a { background-color: rgb(92,172,148); }
div.DivClassName
{
background-color: #5CAC94;
}
.BgClassName
{
background-color: #5CAC94;
}
</style>
border-color css
<style>
span { border-color: #5CAC94; }
span { border-color: rgb(92,172,148); }
td.TdClassName
{
border-color: #5CAC94;
}
.TagClassName
{
border-color: #5CAC94;
}
</style>