Shades of Keppel #60AE96
Tints of Keppel #60AE96
RGB
CMYK
RGB Variations
Color information
#60AE96 (or 0x60AE96) is known color: Keppel. HEX triplet: 60, AE and 96. RGB value is (96,174,150). Sum of RGB (Red+Green+Blue) = 96+174+150=420 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.86% from 420); Green value is 174 (68.36% from 255 or 41.43% from 420); Blue value is 150 (58.98% from 255 or 35.71% from 420); Max value from RGB is 174 - color contains mainly: green. Hex color #60AE96 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AE96 is #9F5169. Grayscale: #939393. Windows color (decimal): -10441066 or 9875040. OLE color: 9875040.
HSL color Cylindrical-coordinate representation of color #60AE96: hue angle of 161.54º degrees, saturation: 0.32, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AE96 is Cyan = 0.45, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 96 | 174 | 150 | - |
| CMYK | 0.45 | 0 | 0.14 | 0.32 |
| HSL | 161.54º | 0.33% | 0.53% | - |
| HSV(B) | 161.54º | 0.45% | 0.68% | - |
| XYZ | 25.46 | 34.96 | 34.26 | - |
| YUV | 147.94 | 129.16 | 90.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 174 | 150 | 0.45 | 0 | 0.14 | 0.32 | 161.54 | 0.33 | 0.53 |
| Hex | 60 | AE | 96 | 2D | 0 | E | 20 | A2 | 20 | 35 |
| Octal | 140 | 256 | 226 | 55 | 0 | 16 | 40 | 242 | 40 | 65 |
| Binary | 1100000 | 10101110 | 10010110 | 101101 | 0 | 1110 | 100000 | 10100010 | 100000 | 110101 |
Color Harmonies of #60AE96
Complementary color
Monochromatic Colors of #60AE96
Black with #60AE96
Text Example
Text Example
White with #60AE96
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AE96; }
p { color: rgb(96,174,150); }
H1.HeaderClassName
{
color: #60AE96;
}
.AnyTagClassName
{
color: #60AE96;
}
</style>
background-color css
<style>
a { background-color: #60AE96; }
a { background-color: rgb(96,174,150); }
div.DivClassName
{
background-color: #60AE96;
}
.BgClassName
{
background-color: #60AE96;
}
</style>
border-color css
<style>
span { border-color: #60AE96; }
span { border-color: rgb(96,174,150); }
td.TdClassName
{
border-color: #60AE96;
}
.TagClassName
{
border-color: #60AE96;
}
</style>