Shades of Keppel #65BCA2
Tints of Keppel #65BCA2
RGB
CMYK
RGB Variations
Color information
#65BCA2 (or 0x65BCA2) is known color: Keppel. HEX triplet: 65, BC and A2. RGB value is (101,188,162). Sum of RGB (Red+Green+Blue) = 101+188+162=451 (59% of max value = 765). Red value is 101 (39.84% from 255 or 22.39% from 451); Green value is 188 (73.83% from 255 or 41.69% from 451); Blue value is 162 (63.67% from 255 or 35.92% from 451); Max value from RGB is 188 - color contains mainly: green. Hex color #65BCA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #65BCA2 is #9A435D. Grayscale: #9F9F9F. Windows color (decimal): -10109790 or 10665061. OLE color: 10665061.
HSL color Cylindrical-coordinate representation of color #65BCA2: hue angle of 162.07º 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 #65BCA2 is Cyan = 0.46, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 101 | 188 | 162 | - |
| CMYK | 0.46 | 0 | 0.14 | 0.26 |
| HSL | 162.07º | 0.39% | 0.57% | - |
| HSV(B) | 162.07º | 0.46% | 0.74% | - |
| XYZ | 29.87 | 41.34 | 40.59 | - |
| YUV | 159.02 | 129.68 | 86.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 101 | 188 | 162 | 0.46 | 0 | 0.14 | 0.26 | 162.07 | 0.39 | 0.57 |
| Hex | 65 | BC | A2 | 2E | 0 | E | 1A | A2 | 27 | 39 |
| Octal | 145 | 274 | 242 | 56 | 0 | 16 | 32 | 242 | 47 | 71 |
| Binary | 1100101 | 10111100 | 10100010 | 101110 | 0 | 1110 | 11010 | 10100010 | 100111 | 111001 |
Color Harmonies of #65BCA2
Complementary color
Monochromatic Colors of #65BCA2
Black with #65BCA2
Text Example
Text Example
White with #65BCA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #65BCA2; }
p { color: rgb(101,188,162); }
H1.HeaderClassName
{
color: #65BCA2;
}
.AnyTagClassName
{
color: #65BCA2;
}
</style>
background-color css
<style>
a { background-color: #65BCA2; }
a { background-color: rgb(101,188,162); }
div.DivClassName
{
background-color: #65BCA2;
}
.BgClassName
{
background-color: #65BCA2;
}
</style>
border-color css
<style>
span { border-color: #65BCA2; }
span { border-color: rgb(101,188,162); }
td.TdClassName
{
border-color: #65BCA2;
}
.TagClassName
{
border-color: #65BCA2;
}
</style>