Shades of Keppel #68BEA5
Tints of Keppel #68BEA5
RGB
CMYK
RGB Variations
Color information
#68BEA5 (or 0x68BEA5) is known color: Keppel. HEX triplet: 68, BE and A5. RGB value is (104,190,165). Sum of RGB (Red+Green+Blue) = 104+190+165=459 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.66% from 459); Green value is 190 (74.61% from 255 or 41.39% from 459); Blue value is 165 (64.84% from 255 or 35.95% from 459); Max value from RGB is 190 - color contains mainly: green. Hex color #68BEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #68BEA5 is #97415A. Grayscale: #A1A1A1. Windows color (decimal): -9912667 or 10862184. OLE color: 10862184.
HSL color Cylindrical-coordinate representation of color #68BEA5: hue angle of 162.56º 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 #68BEA5 is Cyan = 0.45, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 104 | 190 | 165 | - |
| CMYK | 0.45 | 0 | 0.13 | 0.25 |
| HSL | 162.56º | 0.4% | 0.58% | - |
| HSV(B) | 162.56º | 0.45% | 0.75% | - |
| XYZ | 30.91 | 42.49 | 42.17 | - |
| YUV | 161.44 | 130.01 | 87.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 104 | 190 | 165 | 0.45 | 0 | 0.13 | 0.25 | 162.56 | 0.4 | 0.58 |
| Hex | 68 | BE | A5 | 2D | 0 | D | 19 | A3 | 28 | 3A |
| Octal | 150 | 276 | 245 | 55 | 0 | 15 | 31 | 243 | 50 | 72 |
| Binary | 1101000 | 10111110 | 10100101 | 101101 | 0 | 1101 | 11001 | 10100011 | 101000 | 111010 |
Color Harmonies of #68BEA5
Complementary color
Monochromatic Colors of #68BEA5
Black with #68BEA5
Text Example
Text Example
White with #68BEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #68BEA5; }
p { color: rgb(104,190,165); }
H1.HeaderClassName
{
color: #68BEA5;
}
.AnyTagClassName
{
color: #68BEA5;
}
</style>
background-color css
<style>
a { background-color: #68BEA5; }
a { background-color: rgb(104,190,165); }
div.DivClassName
{
background-color: #68BEA5;
}
.BgClassName
{
background-color: #68BEA5;
}
</style>
border-color css
<style>
span { border-color: #68BEA5; }
span { border-color: rgb(104,190,165); }
td.TdClassName
{
border-color: #68BEA5;
}
.TagClassName
{
border-color: #68BEA5;
}
</style>