Shades of Keppel #68BEA2
Tints of Keppel #68BEA2
RGB
CMYK
RGB Variations
Color information
#68BEA2 (or 0x68BEA2) is known color: Keppel. HEX triplet: 68, BE and A2. RGB value is (104,190,162). Sum of RGB (Red+Green+Blue) = 104+190+162=456 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.81% from 456); Green value is 190 (74.61% from 255 or 41.67% from 456); Blue value is 162 (63.67% from 255 or 35.53% from 456); Max value from RGB is 190 - color contains mainly: green. Hex color #68BEA2 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BEA2 is #97415D. Grayscale: #A1A1A1. Windows color (decimal): -9912670 or 10665576. OLE color: 10665576.
HSL color Cylindrical-coordinate representation of color #68BEA2: hue angle of 160.47º degrees, saturation: 0.4, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #68BEA2 is Cyan = 0.45, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 190 | 162 | - |
| CMYK | 0.45 | 0 | 0.15 | 0.25 |
| HSL | 160.47º | 0.4% | 0.58% | - |
| HSV(B) | 160.47º | 0.45% | 0.75% | - |
| XYZ | 30.64 | 42.38 | 40.75 | - |
| YUV | 161.09 | 128.51 | 87.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 162 | 0.45 | 0 | 0.15 | 0.25 | 160.47 | 0.4 | 0.58 |
| Hex | 68 | BE | A2 | 2D | 0 | F | 19 | A0 | 28 | 3A |
| Octal | 150 | 276 | 242 | 55 | 0 | 17 | 31 | 240 | 50 | 72 |
| Binary | 1101000 | 10111110 | 10100010 | 101101 | 0 | 1111 | 11001 | 10100000 | 101000 | 111010 |
Color Harmonies of #68BEA2
Complementary color
Monochromatic Colors of #68BEA2
Black with #68BEA2
Text Example
Text Example
White with #68BEA2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BEA2; }
p { color: rgb(104,190,162); }
H1.HeaderClassName
{
color: #68BEA2;
}
.AnyTagClassName
{
color: #68BEA2;
}
</style>
background-color css
<style>
a { background-color: #68BEA2; }
a { background-color: rgb(104,190,162); }
div.DivClassName
{
background-color: #68BEA2;
}
.BgClassName
{
background-color: #68BEA2;
}
</style>
border-color css
<style>
span { border-color: #68BEA2; }
span { border-color: rgb(104,190,162); }
td.TdClassName
{
border-color: #68BEA2;
}
.TagClassName
{
border-color: #68BEA2;
}
</style>