Shades of Keppel #67BFA3
Tints of Keppel #67BFA3
RGB
CMYK
RGB Variations
Color information
#67BFA3 (or 0x67BFA3) is known color: Keppel. HEX triplet: 67, BF and A3. RGB value is (103,191,163). Sum of RGB (Red+Green+Blue) = 103+191+163=457 (60% of max value = 765). Red value is 103 (40.62% from 255 or 22.54% from 457); Green value is 191 (75% from 255 or 41.79% from 457); Blue value is 163 (64.06% from 255 or 35.67% from 457); Max value from RGB is 191 - color contains mainly: green. Hex color #67BFA3 is not a web safe color. Web safe color analog (approx): #66CC99. Inversed color of #67BFA3 is #98405C. Grayscale: #A1A1A1. Windows color (decimal): -9977949 or 10731367. OLE color: 10731367.
HSL color Cylindrical-coordinate representation of color #67BFA3: hue angle of 160.91º degrees, saturation: 0.41, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #67BFA3 is Cyan = 0.46, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 103 | 191 | 163 | - |
| CMYK | 0.46 | 0 | 0.15 | 0.25 |
| HSL | 160.91º | 0.41% | 0.58% | - |
| HSV(B) | 160.91º | 0.46% | 0.75% | - |
| XYZ | 30.84 | 42.79 | 41.28 | - |
| YUV | 161.5 | 128.85 | 86.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 103 | 191 | 163 | 0.46 | 0 | 0.15 | 0.25 | 160.91 | 0.41 | 0.58 |
| Hex | 67 | BF | A3 | 2E | 0 | F | 19 | A1 | 29 | 3A |
| Octal | 147 | 277 | 243 | 56 | 0 | 17 | 31 | 241 | 51 | 72 |
| Binary | 1100111 | 10111111 | 10100011 | 101110 | 0 | 1111 | 11001 | 10100001 | 101001 | 111010 |
Color Harmonies of #67BFA3
Complementary color
Monochromatic Colors of #67BFA3
Black with #67BFA3
Text Example
Text Example
White with #67BFA3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #67BFA3; }
p { color: rgb(103,191,163); }
H1.HeaderClassName
{
color: #67BFA3;
}
.AnyTagClassName
{
color: #67BFA3;
}
</style>
background-color css
<style>
a { background-color: #67BFA3; }
a { background-color: rgb(103,191,163); }
div.DivClassName
{
background-color: #67BFA3;
}
.BgClassName
{
background-color: #67BFA3;
}
</style>
border-color css
<style>
span { border-color: #67BFA3; }
span { border-color: rgb(103,191,163); }
td.TdClassName
{
border-color: #67BFA3;
}
.TagClassName
{
border-color: #67BFA3;
}
</style>