Shades of Keppel #60AF99
Tints of Keppel #60AF99
RGB
CMYK
RGB Variations
Color information
#60AF99 (or 0x60AF99) is known color: Keppel. HEX triplet: 60, AF and 99. RGB value is (96,175,153). Sum of RGB (Red+Green+Blue) = 96+175+153=424 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.64% from 424); Green value is 175 (68.75% from 255 or 41.27% from 424); Blue value is 153 (60.16% from 255 or 36.08% from 424); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF99 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AF99 is #9F5066. Grayscale: #949494. Windows color (decimal): -10440807 or 10071904. OLE color: 10071904.
HSL color Cylindrical-coordinate representation of color #60AF99: hue angle of 163.29º degrees, saturation: 0.33, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #60AF99 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 175 | 153 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.31 |
| HSL | 163.29º | 0.33% | 0.53% | - |
| HSV(B) | 163.29º | 0.45% | 0.69% | - |
| XYZ | 25.9 | 35.45 | 35.61 | - |
| YUV | 148.87 | 130.33 | 90.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 153 | 0.45 | 0 | 0.13 | 0.31 | 163.29 | 0.33 | 0.53 |
| Hex | 60 | AF | 99 | 2D | 0 | D | 1F | A3 | 21 | 35 |
| Octal | 140 | 257 | 231 | 55 | 0 | 15 | 37 | 243 | 41 | 65 |
| Binary | 1100000 | 10101111 | 10011001 | 101101 | 0 | 1101 | 11111 | 10100011 | 100001 | 110101 |
Color Harmonies of #60AF99
Complementary color
Monochromatic Colors of #60AF99
Black with #60AF99
Text Example
Text Example
White with #60AF99
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AF99; }
p { color: rgb(96,175,153); }
H1.HeaderClassName
{
color: #60AF99;
}
.AnyTagClassName
{
color: #60AF99;
}
</style>
background-color css
<style>
a { background-color: #60AF99; }
a { background-color: rgb(96,175,153); }
div.DivClassName
{
background-color: #60AF99;
}
.BgClassName
{
background-color: #60AF99;
}
</style>
border-color css
<style>
span { border-color: #60AF99; }
span { border-color: rgb(96,175,153); }
td.TdClassName
{
border-color: #60AF99;
}
.TagClassName
{
border-color: #60AF99;
}
</style>