Shades of Keppel #60B4A1
Tints of Keppel #60B4A1
RGB
CMYK
RGB Variations
Color information
#60B4A1 (or 0x60B4A1) is known color: Keppel. HEX triplet: 60, B4 and A1. RGB value is (96,180,161). Sum of RGB (Red+Green+Blue) = 96+180+161=437 (57% of max value = 765). Red value is 96 (37.89% from 255 or 21.97% from 437); Green value is 180 (70.70% from 255 or 41.19% from 437); Blue value is 161 (63.28% from 255 or 36.84% from 437); Max value from RGB is 180 - color contains mainly: green. Hex color #60B4A1 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #60B4A1 is #9F4B5E. Grayscale: #989898. Windows color (decimal): -10439519 or 10597472. OLE color: 10597472.
HSL color Cylindrical-coordinate representation of color #60B4A1: hue angle of 166.43º degrees, saturation: 0.36, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #60B4A1 is Cyan = 0.47, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 96 | 180 | 161 | - |
| CMYK | 0.47 | 0 | 0.11 | 0.29 |
| HSL | 166.43º | 0.36% | 0.54% | - |
| HSV(B) | 166.43º | 0.47% | 0.71% | - |
| XYZ | 27.58 | 37.7 | 39.54 | - |
| YUV | 152.72 | 132.67 | 87.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 96 | 180 | 161 | 0.47 | 0 | 0.11 | 0.29 | 166.43 | 0.36 | 0.54 |
| Hex | 60 | B4 | A1 | 2F | 0 | B | 1D | A6 | 24 | 36 |
| Octal | 140 | 264 | 241 | 57 | 0 | 13 | 35 | 246 | 44 | 66 |
| Binary | 1100000 | 10110100 | 10100001 | 101111 | 0 | 1011 | 11101 | 10100110 | 100100 | 110110 |
Color Harmonies of #60B4A1
Complementary color
Monochromatic Colors of #60B4A1
Black with #60B4A1
Text Example
Text Example
White with #60B4A1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #60B4A1; }
p { color: rgb(96,180,161); }
H1.HeaderClassName
{
color: #60B4A1;
}
.AnyTagClassName
{
color: #60B4A1;
}
</style>
background-color css
<style>
a { background-color: #60B4A1; }
a { background-color: rgb(96,180,161); }
div.DivClassName
{
background-color: #60B4A1;
}
.BgClassName
{
background-color: #60B4A1;
}
</style>
border-color css
<style>
span { border-color: #60B4A1; }
span { border-color: rgb(96,180,161); }
td.TdClassName
{
border-color: #60B4A1;
}
.TagClassName
{
border-color: #60B4A1;
}
</style>