Shades of Keppel #65BCA4
Tints of Keppel #65BCA4
RGB
CMYK
RGB Variations
Color information
#65BCA4 (or 0x65BCA4) is known color: Keppel. HEX triplet: 65, BC and A4. RGB value is (101,188,164). Sum of RGB (Red+Green+Blue) = 101+188+164=453 (60% of max value = 765). Red value is 101 (39.84% from 255 or 22.30% from 453); Green value is 188 (73.83% from 255 or 41.50% from 453); Blue value is 164 (64.45% from 255 or 36.20% from 453); Max value from RGB is 188 - color contains mainly: green. Hex color #65BCA4 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BCA4 is #9A435B. Grayscale: #9F9F9F. Windows color (decimal): -10109788 or 10796133. OLE color: 10796133.
HSL color Cylindrical-coordinate representation of color #65BCA4: hue angle of 163.45º degrees, saturation: 0.39, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #65BCA4 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 164 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.26 |
| HSL | 163.45º | 0.39% | 0.57% | - |
| HSV(B) | 163.45º | 0.46% | 0.74% | - |
| XYZ | 30.05 | 41.41 | 41.53 | - |
| YUV | 159.25 | 130.68 | 86.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 164 | 0.46 | 0 | 0.13 | 0.26 | 163.45 | 0.39 | 0.57 |
| Hex | 65 | BC | A4 | 2E | 0 | D | 1A | A3 | 27 | 39 |
| Octal | 145 | 274 | 244 | 56 | 0 | 15 | 32 | 243 | 47 | 71 |
| Binary | 1100101 | 10111100 | 10100100 | 101110 | 0 | 1101 | 11010 | 10100011 | 100111 | 111001 |
Color Harmonies of #65BCA4
Complementary color
Monochromatic Colors of #65BCA4
Black with #65BCA4
Text Example
Text Example
White with #65BCA4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BCA4; }
p { color: rgb(101,188,164); }
H1.HeaderClassName
{
color: #65BCA4;
}
.AnyTagClassName
{
color: #65BCA4;
}
</style>
background-color css
<style>
a { background-color: #65BCA4; }
a { background-color: rgb(101,188,164); }
div.DivClassName
{
background-color: #65BCA4;
}
.BgClassName
{
background-color: #65BCA4;
}
</style>
border-color css
<style>
span { border-color: #65BCA4; }
span { border-color: rgb(101,188,164); }
td.TdClassName
{
border-color: #65BCA4;
}
.TagClassName
{
border-color: #65BCA4;
}
</style>