Shades of Keppel #65AA9C
Tints of Keppel #65AA9C
RGB
CMYK
RGB Variations
Color information
#65AA9C (or 0x65AA9C) is known color: Keppel. HEX triplet: 65, AA and 9C. RGB value is (101,170,156). Sum of RGB (Red+Green+Blue) = 101+170+156=427 (56% of max value = 765). Red value is 101 (39.84% from 255 or 23.65% from 427); Green value is 170 (66.80% from 255 or 39.81% from 427); Blue value is 156 (61.33% from 255 or 36.53% from 427); Max value from RGB is 170 - color contains mainly: green. Hex color #65AA9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65AA9C is #9A5563. Grayscale: #939393. Windows color (decimal): -10114404 or 10267237. OLE color: 10267237.
HSL color Cylindrical-coordinate representation of color #65AA9C: hue angle of 167.83º degrees, saturation: 0.29, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #65AA9C is Cyan = 0.41, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 101 | 170 | 156 | - |
| CMYK | 0.41 | 0 | 0.08 | 0.33 |
| HSL | 167.83º | 0.29% | 0.53% | - |
| HSV(B) | 167.83º | 0.41% | 0.67% | - |
| XYZ | 25.74 | 33.92 | 36.64 | - |
| YUV | 147.77 | 132.64 | 94.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 170 | 156 | 0.41 | 0 | 0.08 | 0.33 | 167.83 | 0.29 | 0.53 |
| Hex | 65 | AA | 9C | 29 | 0 | 8 | 21 | A8 | 1D | 35 |
| Octal | 145 | 252 | 234 | 51 | 0 | 10 | 41 | 250 | 35 | 65 |
| Binary | 1100101 | 10101010 | 10011100 | 101001 | 0 | 1000 | 100001 | 10101000 | 11101 | 110101 |
Color Harmonies of #65AA9C
Complementary color
Monochromatic Colors of #65AA9C
Black with #65AA9C
Text Example
Text Example
White with #65AA9C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65AA9C; }
p { color: rgb(101,170,156); }
H1.HeaderClassName
{
color: #65AA9C;
}
.AnyTagClassName
{
color: #65AA9C;
}
</style>
background-color css
<style>
a { background-color: #65AA9C; }
a { background-color: rgb(101,170,156); }
div.DivClassName
{
background-color: #65AA9C;
}
.BgClassName
{
background-color: #65AA9C;
}
</style>
border-color css
<style>
span { border-color: #65AA9C; }
span { border-color: rgb(101,170,156); }
td.TdClassName
{
border-color: #65AA9C;
}
.TagClassName
{
border-color: #65AA9C;
}
</style>