Shades of Keppel #67BEA5
Tints of Keppel #67BEA5
RGB
CMYK
RGB Variations
Color information
#67BEA5 (or 0x67BEA5) is known color: Keppel. HEX triplet: 67, BE and A5. RGB value is (103,190,165). Sum of RGB (Red+Green+Blue) = 103+190+165=458 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.49% from 458); Green value is 190 (74.61% from 255 or 41.48% from 458); Blue value is 165 (64.84% from 255 or 36.03% from 458); Max value from RGB is 190 - color contains mainly: green. Hex color #67BEA5 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BEA5 is #98415A. Grayscale: #A1A1A1. Windows color (decimal): -9978203 or 10862183. OLE color: 10862183.
HSL color Cylindrical-coordinate representation of color #67BEA5: hue angle of 162.76º degrees, saturation: 0.4, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67BEA5 is Cyan = 0.46, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 190 | 165 | - |
| CMYK | 0.46 | 0 | 0.13 | 0.25 |
| HSL | 162.76º | 0.4% | 0.57% | - |
| HSV(B) | 162.76º | 0.46% | 0.75% | - |
| XYZ | 30.8 | 42.43 | 42.16 | - |
| YUV | 161.14 | 130.18 | 86.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 190 | 165 | 0.46 | 0 | 0.13 | 0.25 | 162.76 | 0.4 | 0.57 |
| Hex | 67 | BE | A5 | 2E | 0 | D | 19 | A3 | 28 | 39 |
| Octal | 147 | 276 | 245 | 56 | 0 | 15 | 31 | 243 | 50 | 71 |
| Binary | 1100111 | 10111110 | 10100101 | 101110 | 0 | 1101 | 11001 | 10100011 | 101000 | 111001 |
Color Harmonies of #67BEA5
Complementary color
Monochromatic Colors of #67BEA5
Black with #67BEA5
Text Example
Text Example
White with #67BEA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BEA5; }
p { color: rgb(103,190,165); }
H1.HeaderClassName
{
color: #67BEA5;
}
.AnyTagClassName
{
color: #67BEA5;
}
</style>
background-color css
<style>
a { background-color: #67BEA5; }
a { background-color: rgb(103,190,165); }
div.DivClassName
{
background-color: #67BEA5;
}
.BgClassName
{
background-color: #67BEA5;
}
</style>
border-color css
<style>
span { border-color: #67BEA5; }
span { border-color: rgb(103,190,165); }
td.TdClassName
{
border-color: #67BEA5;
}
.TagClassName
{
border-color: #67BEA5;
}
</style>