Shades of Keppel #60AF9C
Tints of Keppel #60AF9C
RGB
CMYK
RGB Variations
Color information
#60AF9C (or 0x60AF9C) is known color: Keppel. HEX triplet: 60, AF and 9C. RGB value is (96,175,156). Sum of RGB (Red+Green+Blue) = 96+175+156=427 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.48% from 427); Green value is 175 (68.75% from 255 or 40.98% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 175 - color contains mainly: green. Hex color #60AF9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #60AF9C is #9F5063. Grayscale: #959595. Windows color (decimal): -10440804 or 10268512. OLE color: 10268512.
HSL color Cylindrical-coordinate representation of color #60AF9C: hue angle of 165.57º 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 #60AF9C is Cyan = 0.45, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 96 | 175 | 156 | - |
| CMYK | 0.45 | 0 | 0.11 | 0.31 |
| HSL | 165.57º | 0.33% | 0.53% | - |
| HSV(B) | 165.57º | 0.45% | 0.69% | - |
| XYZ | 26.15 | 35.55 | 36.94 | - |
| YUV | 149.21 | 131.83 | 90.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 175 | 156 | 0.45 | 0 | 0.11 | 0.31 | 165.57 | 0.33 | 0.53 |
| Hex | 60 | AF | 9C | 2D | 0 | B | 1F | A6 | 21 | 35 |
| Octal | 140 | 257 | 234 | 55 | 0 | 13 | 37 | 246 | 41 | 65 |
| Binary | 1100000 | 10101111 | 10011100 | 101101 | 0 | 1011 | 11111 | 10100110 | 100001 | 110101 |
Color Harmonies of #60AF9C
Complementary color
Monochromatic Colors of #60AF9C
Black with #60AF9C
Text Example
Text Example
White with #60AF9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60AF9C; }
p { color: rgb(96,175,156); }
H1.HeaderClassName
{
color: #60AF9C;
}
.AnyTagClassName
{
color: #60AF9C;
}
</style>
background-color css
<style>
a { background-color: #60AF9C; }
a { background-color: rgb(96,175,156); }
div.DivClassName
{
background-color: #60AF9C;
}
.BgClassName
{
background-color: #60AF9C;
}
</style>
border-color css
<style>
span { border-color: #60AF9C; }
span { border-color: rgb(96,175,156); }
td.TdClassName
{
border-color: #60AF9C;
}
.TagClassName
{
border-color: #60AF9C;
}
</style>