Shades of Keppel #65B2A0
Tints of Keppel #65B2A0
RGB
CMYK
RGB Variations
Color information
#65B2A0 (or 0x65B2A0) is known color: Keppel. HEX triplet: 65, B2 and A0. RGB value is (101,178,160). Sum of RGB (Red+Green+Blue) = 101+178+160=439 (58% of max value = 765). Red value is 101 (39.84% from 255 or 23.01% from 439); Green value is 178 (69.92% from 255 or 40.55% from 439); Blue value is 160 (62.89% from 255 or 36.45% from 439); Max value from RGB is 178 - color contains mainly: green. Hex color #65B2A0 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #65B2A0 is #9A4D5F. Grayscale: #989898. Windows color (decimal): -10112352 or 10531429. OLE color: 10531429.
HSL color Cylindrical-coordinate representation of color #65B2A0: hue angle of 165.97º degrees, saturation: 0.33, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #65B2A0 is Cyan = 0.43, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 101 | 178 | 160 | - |
| CMYK | 0.43 | 0 | 0.10 | 0.30 |
| HSL | 165.97º | 0.33% | 0.55% | - |
| HSV(B) | 165.97º | 0.43% | 0.7% | - |
| XYZ | 27.63 | 37.15 | 38.97 | - |
| YUV | 152.93 | 131.99 | 90.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 178 | 160 | 0.43 | 0 | 0.10 | 0.30 | 165.97 | 0.33 | 0.55 |
| Hex | 65 | B2 | A0 | 2B | 0 | A | 1E | A6 | 21 | 37 |
| Octal | 145 | 262 | 240 | 53 | 0 | 12 | 36 | 246 | 41 | 67 |
| Binary | 1100101 | 10110010 | 10100000 | 101011 | 0 | 1010 | 11110 | 10100110 | 100001 | 110111 |
Color Harmonies of #65B2A0
Complementary color
Monochromatic Colors of #65B2A0
Black with #65B2A0
Text Example
Text Example
White with #65B2A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65B2A0; }
p { color: rgb(101,178,160); }
H1.HeaderClassName
{
color: #65B2A0;
}
.AnyTagClassName
{
color: #65B2A0;
}
</style>
background-color css
<style>
a { background-color: #65B2A0; }
a { background-color: rgb(101,178,160); }
div.DivClassName
{
background-color: #65B2A0;
}
.BgClassName
{
background-color: #65B2A0;
}
</style>
border-color css
<style>
span { border-color: #65B2A0; }
span { border-color: rgb(101,178,160); }
td.TdClassName
{
border-color: #65B2A0;
}
.TagClassName
{
border-color: #65B2A0;
}
</style>